Multiple choice technology operating systems

This command displays the current environment or sets the environment for the execution of a command

  1. shell

  2. on

  3. export

  4. env

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

env displays current environment variables. export sets environment variables. shell and on are not environment commands.