Multiple choice technology

Command to verify the current working directory.

  1. cwd

  2. pwd

  3. wd

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The pwd command (print working directory) displays the full path of the current working directory. cwd is not a valid UNIX command, and wd doesn't exist as a standard command.