Beginner Linux & Shell Scripting
Q38 / 100

What does the "whoami" command output?

Correct! Well done.

Incorrect.

The correct answer is A) The current username

A

Correct Answer

The current username

Explanation

"whoami" prints the username associated with the current effective user ID, useful for confirming which user context a script or session is running under.

Progress
38/100