1.14 pwd Command
One of the simplest commands available is the pwd command, which is mnemonic for “print working directory”. When executed without any options, the pwd command will display the name of the directory where the user is currently located in the file system.
sysadmin@localhost:~$ pwd
/home/sysadmin