If you are a system admin, you must frequently work with the UNIX Shell Terminal Command. If so, you've probably have come to a point where you want to know in which directory you are currently working. So to display the directory you are at, execute the following command:

CODE:
pwd


Once you have entered this command, the shell will display the directory you are in

example:
CODE:
/home/my_name


Q: What does pwd mean, or what does it stand for?
A: I think it stands for: Print Working Directory (I am guessing)