Newer
Older
minerva / Base / usr / share / man / man1 / whoami.md
@minerva minerva on 13 Jul 263 bytes Initial commit
## 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)](help://man/1/id)