Q: You are using a computer running Windows. You think you’re currently in the C:\Users\pictures\cats directory, but you want to confirm this. Which command should you use?
or
Q: On the PC you are using, Windows is installed. You want to make sure that you are indeed in the C:\Users\pictures\cats directory, even though you believe you are. Which command ought to you to execute?
- CWD
- pwd
- ls
- PWD
Explanation: The pwd (print working directory) command displays the full path of the current directory.