Multiple choice

The command pwd is used to

  1. change the directory

  2. create new directory

  3. obtain the absolute pathname for current working directory

  4. none of these

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

 pwd is used to get the current working absolute path.