- Forums
- Linux Hosting
- Display Show Current Working Directory Folder Linux Command
This Page Contains information about Display Show Current Working Directory Folder Linux Command By unix in category Linux Hosting with 3 Replies. [387], Last Updated: Sat May 18, 2024
unix
Sat Aug 26, 2006
3 Comments
24187 Visits
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)