🎴 Flashcard Mode

Operating System Essentials: UNIX/Linux Commands and Windows Shortcuts

Card1 / 20
Mastered0
Review0
QuestionClick to flip

With what command you can see your user name?

AnswerClick to flip back
A
whoami
💡 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.

Change Mode