mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 05:25:07 +00:00
26 lines
251 B
Markdown
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)
|