Multiple choice

Where am I in the system.

  1. pwd

  2. cd

  3. ~ (tilde)

  4. .. (dot dot)

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

The pwd command stands for print working directory. It outputs the full path of the directory you are currently in.