March 2012
Beginner to intermediate
230 pages
7h 27m
English
whoami — stdin stdout - file -- opt --help --version
whoami
The whoami command prints
the name of the current, effective user. This may differ from your
login name (the output of logname) if you’ve used the su command. This example distinguishes
whoami from logname:
$ logname
smith
$ whoami
smith
$ su
Password: ********
# logname
smith
# whoami
rootRead now
Unlock full access