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

View File

@@ -1,7 +1,11 @@
# 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`
- Display the username after a change in the user ID:
`sudo whoami`