Which command will print your current location in the filesystem?
- cd
- pwd
- pd
- pcl
Explanation: In order to discover where you are currently located within the filesystem, the pwd
command can be used. The pwd
command prints the working directory, your current location within the filesystem.
Please login or Register to submit your answer