Multiple choice

What does the command pwd do

  1. display the current directory

  2. change the password

  3. start the visual file editor

  4. create a directory

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

pwd stands for print working directory. It displays the absolute path of the current directory to the user.