Multiple choice technology operating systems

With what command you can see what folder you are in?

  1. whereami

  2. place

  3. pwd

  4. trace

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

The pwd command (print working directory) displays the full path of the current directory. 'whereami', 'place', and 'trace' are not standard Unix/Linux commands for showing directory location.