Which Linux command can be used to display the name of the current working directory?
- ps
- pwd
- chmod
- sudo
Answers Explanation & Hints:
One of the most important commands in Linux is the pwd command, which stands for print working directory. It shows users the physical path for the directory they are working in. |