Files
cheatsheet-tldr/tldr/whoami

18 lines
358 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# whoami
> Print the username associated with the current effective user ID.
> More information: <https://www.gnu.org/software/coreutils/whoami>.
- Display currently logged username:
`whoami`
- Display the username after a change in the user ID:
`sudo whoami`