Logo
Web01
Ch4os1@web01:~/commands/pwd
← View all bash commands

pwd

pwd - Print the current working directory.

Examples

pwd
              

Display the current working directory.

pwd -P
              

Display the current working directory, resolving symbolic links.

Notes

This command affects only the current shell session.