Multiple choice technology programming languages

With what command you can see your user name?

  1. pwd

  2. I

  3. whoami

  4. me

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

The 'whoami' command displays the current username. 'pwd' shows the current directory path. 'I' and 'me' are not valid commands. Option C is correct.