A technician needs to find the absolute directory path of the folder currently active in a Linux terminal session. Which command should the technician enter to display this information?
- pwdAnswer
- Bls
- Ccd
- Ddir
Answer
The command `pwd` (print working directory) is used to display the absolute path of the active working directory in a Linux shell.
The `pwd` command stands for 'print working directory' and outputs the full, absolute path of the current directory in Unix-like operating systems like Linux and macOS.
Step-by-Step Solution
Key Concept
Linux Terminal Directory Navigation Tools