1. Which command prints the current working directory path?
The pwd command stands for 'print working directory'. It displays the full absolute path of your current location in the file system. It is useful for verifying where your script or command is being executed.
pwd