Post Description: get display show current working directory folder linux command
This Post Has Been Viewed 100 Times Since Sun Apr 20, 2008 7:01 pm Posted By linux with 1 replies
POST# 1211
Posted On: Sun Apr 20, 2008 7:01 pm
If you are a system administrator, and you frequently work with the UNIX Shell Terminal Command, 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/Command:
pwd
Once you have entered this command, the shell will display the directory you are in
example:
Code/Command:
/home/username
think it stands for: Print Working Directory (I guess)