
The syntax pwd command
pwd [Option] ...
On the man page, the describes it
Print the full filename of the current working directory.
pwd command in Linux with Examples
The full PathName of the current working directory.
[huupv@DevopsRoles ~]$ cd /etc/nginx
[huupv@DevopsRoles nginx]$ pwd
/etc/nginx
Conclusion
pwd command is a simple command in Linux. It is the most popular in use terminal Linux. Thank you for reading the DevopsRoles page!