1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 05:25:07 +00:00
serenity/Base/usr/share/man/man1/whoami.md
2021-07-03 09:08:25 +02:00

26 lines
251 B
Markdown

## Name
whoami - print effective user name
## Synopsis
```**sh
$ whoami
```
## Description
`whoami` outputs the user name associated with current effective UID.
## Examples
```sh
$ whoami
anon
# whoami
root
```
## See also
* [`id`(1)](id.md)