Multiple choice technology operating systems

Commands

  1. whoami

  2. me

  3. i

  4. pwd

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

whoami displays the username of the currently logged-in user in Unix/Linux systems. 'me' and 'i' are not Unix commands, and pwd displays the current directory path, not the user. whoami is a standard Unix/Linux command.