With what command you can see your user name?
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.