Multiple choice technology operating systems

With what command you can see your user name?

  1. whoami

  2. me

  3. i

  4. pwd

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

The whoami command displays the username of the currently logged-in user in Unix/Linux systems. It shows the effective user ID as a simple text string. The me and i commands don't exist in standard Unix/Linux, and pwd shows the current directory path, not the username.