Which command will print your current location in the filesystem?

Which command will print your current location in the filesystem?Category: LinuxAuthor "LinuxQuestions"Which command will print your current location in the filesystem?
Linux Questions Staff asked 1 year ago

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.

About the author