What information does the 'pwd' command display in the terminal?

The pwd command displays the full path of the current working directory in the terminal. This includes:

  • The complete directory path from the root (/) to your current location.

Example Output:

If you are in the documents folder of a user named user, the output might look like this:

/home/user/documents

This indicates that you are currently in the documents directory, which is located within the user directory under the home directory.

If you have further questions or need more details, feel free to ask!

0 Comments

no data
Be the first to share your comment!