Monday, 21 January 2013

The UNIX pwd Command

With the pwd command, you can see the name of the directory you are currently using: 

[andrew@localhost ~]$ cd /home/andrew
[andrew@localhost ~]$ pwd
/home/andrew
[andrew@localhost ~]$