This Post Has Been Viewed 1326 Times Since Fri Feb 29, 2008 12:01 pm Posted By unix with 0 replies
POST# 183
Posted On: Fri Feb 29, 2008 12:01 pm
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)