Linux - Environment variables - multichoice questions

Question 1

When a user runs the command who from the command line, which of the following best describes what happens?

Question 2

Which of the following could not be used as the name of an environment variable?

Question 3

Which of the following would correctly set the environment variable ADDR to “123 Elm St.”?

Question 4

Which of the following is not a feature of environment variables?

Question 5

Which of the following commands would append the directory /opt/bin to the current value of the PATH environment variable?

Question 6

The user elvis performs the following command.

[elvis@station elvis]$ export STYLE=terse

Which of the following commands would delete the environment variable STYLE?