InterviewSolution
Saved Bookmarks
| 1. |
To set an environment variable in a streaming command use ____________(a) -cmden EXAMPLE_DIR=/home/example/dictionaries/(b) -cmdev EXAMPLE_DIR=/home/example/dictionaries/(c) -cmdenv EXAMPLE_DIR=/home/example/dictionaries/(d) -cmenv EXAMPLE_DIR=/home/example/dictionaries/ |
|
Answer» Correct answer is (c) -cmdenv EXAMPLE_DIR=/home/example/dictionaries/ For explanation I would say: Environment Variable is set using cmdenv command. |
|