Leave a Reply 1

Your email address will not be published. Required fields are marked *


Nosferatu

Nosferatu

The ‘set’ command is a shell command that allows a user to set environmental variables. The ‘env’ command will echo all the variables that are set in a user’s environment, however, the -a option does not exist. As for ‘echo $ENV’, this will only display the environmental variable that’s defined for ENV.

B is the correct answer.