pwd

ChatGPT

2025-02-11

Stands for “print working directory.” It shows the full, absolute path to the current directory the user is in. It helps the user quickly determine their current location in the file system.

Command Description
pwd Prints the absolute path of the current directory.