Page 1 of 1

Which of the following commands adds the directory /new/dir/ to the PATH environment variable?

Posted: Sat Aug 20, 2022 7:48 am
by answerhappygod
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