November 3, 20201 minute
In this tutorial we will learn how to use whoami command in Linux. whoami is a command which the user name associated with the current effective user ID. This command similar to running id command with -un option.
whoami [OPTION]...To get help for whoami command we can run the command below.
whoami --helpWe can also read man page and infopage for whoami by running the command below.
man whoamiinfo whoamiTo run whoami, we can just run whoami with no option, it will print our username. For example:
$ whoami
howtodojoYou can find whoami command source code from the following repositories:
{{ youtube 1jUUJbzxxEI }}
In this tutorial we learn how to use whoami command in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.