1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

whoami: clarify description and add sudo example (#2419)

This commit is contained in:
Muhammad Falak R Wani 2018-10-09 21:53:43 +05:30 committed by GitHub
parent 63e8a3b7c4
commit 1fb034577d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,11 @@
# whoami # whoami
> Show the username of the current user. > Print the username associated with the current effective user ID.
- Display currently logged user name: - Display currently logged username:
`whoami` `whoami`
- Display the username after a change in the user ID:
`sudo whoami`