Multiple choice

What command do you use to display the current directory

  1. pwd

  2. rm

  3. dd

  4. cd

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

pwd stands for print working directory and displays the full path of the current directory. cd is used to change the directory, not display it.