Multiple choice technology programming languages

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

  1. place

  2. whereami

  3. pwd

  4. map

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

The 'pwd' (print working directory) command shows the current directory path. 'place', 'whereami', and 'map' are not standard commands. Option C is correct.