2015-12-23 12:45:11 +00:00
|
|
|
# whoami
|
|
|
|
|
2018-10-09 17:23:43 +01:00
|
|
|
> Print the username associated with the current effective user ID.
|
2021-03-30 14:42:22 +01:00
|
|
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/whoami-invocation.html>.
|
2015-12-23 12:45:11 +00:00
|
|
|
|
2018-10-09 17:23:43 +01:00
|
|
|
- Display currently logged username:
|
2015-12-23 12:45:11 +00:00
|
|
|
|
|
|
|
`whoami`
|
2018-10-09 17:23:43 +01:00
|
|
|
|
|
|
|
- Display the username after a change in the user ID:
|
|
|
|
|
|
|
|
`sudo whoami`
|