Multiple choice technology operating systems

what command you can see what folder you are in?

  1. whereami

  2. touch

  3. pwd

  4. finger

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

The pwd (print working directory) command displays the full path of your current location in the Unix/Linux filesystem. Touch creates files, finger shows user info, and whereami is not a standard Unix command.