Multiple Choice
Which of the following commands adds the directory /new/dir/ to the PATH environment variable?
A) $PATH=/new/dir: $PATH
B) PATH=/new/dir: PATH
C) export PATH=/new/dir: PATH
D) export $PATH=/new/dir: $PATH
E) export PATH=/new/dir: $PATH
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Running the command rm Downloads leads to
Q40: Members of a team already have experience
Q41: Which of the following permissions are set
Q43: A directory contains the following three files:
Q44: Which one of the following statements concerning
Q46: What is true about the su command?<br>A)
Q47: What is true about the dmesg command?<br>A)
Q48: What is true about a recursive directory
Q49: Which of the following directories must be
Q50: What is the purpose of the PATH