Last updated 4 years ago
Was this helpful?
pwd is a tool that shows you your current working directory, it does this by showing you the current path.
Lets assume we are in the directory /home/michel/Desktop
pwd # output of this command is : /home/michel/Desktop
Here is a example on how to use the pwd command within an terminal environment
pwd