pwd
pwd
is a command that stands for Print Working Directory
. It displays your current working directory as output.
Syntax: pwd[option]
SNIPPET
1user@localhost:~$ pwd
2/home/user
pwd
is a command that stands for Print Working Directory
. It displays your current working directory as output.
Syntax: pwd[option]
1user@localhost:~$ pwd
2/home/user