diff --git a/pages/common/whoami.md b/pages/common/whoami.md index f55ead7334..137fd8fed5 100644 --- a/pages/common/whoami.md +++ b/pages/common/whoami.md @@ -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`