pwd
pwd linux command cheatsheet by Thamizhiniyan C S
Introduction
The pwd
Linux command prints the current working directory path, starting from the root (/
). This command is used to Print the name of the current working directory.
Syntax
pwd [OPTION]...
Important Flags
Flag | Description |
---|---|
| Instructs |
| Prints the path to the current directory. All the components are directory names, and symbolic links are resolved. |
| Outputs the program version. |
| Displays the help message. |
Last updated