Multiple choice technology operating systems

Commands

  1. whereami

  2. place

  3. pwd

  4. map

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

pwd (print working directory) displays the full path of the current directory in Unix/Linux systems. whereami is not a standard Unix command, place is not for directory display, map is not a directory command. pwd is a fundamental Unix/Linux command.