
The syntax pwd command
pwd [Option] ...
In man page the describe 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 is the simple the command in Linux. It is the most popular in use terminal Linux.