Multiple choice technology operating systems

With what command you can see your user name?

  1. I

  2. me

  3. whoami

  4. pwd

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

The whoami command displays the username of the current effective user. pwd shows the present working directory, I and me are not valid Unix commands.