mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
26
Base/usr/share/man/man1/whoami.md
Normal file
26
Base/usr/share/man/man1/whoami.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
## 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)
|
Loading…
Add table
Add a link
Reference in a new issue