mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
369 B
Markdown
17 lines
369 B
Markdown
# who
|
|
|
|
> Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd).
|
|
> Bekijk ook: `whoami`.
|
|
> Meer informatie: <https://www.gnu.org/software/coreutils/who>.
|
|
|
|
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:
|
|
|
|
`who`
|
|
|
|
- Toon alle beschikbare informatie:
|
|
|
|
`who -a`
|
|
|
|
- Toon alle beschikbare informatie met tabelkoppen:
|
|
|
|
`who -a -H`
|