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
Which of the following commands adds the directory /new/dir/ to the PATH environment variable?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following commands adds the directory /new/dir/ to the PATH environment variable?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!