mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 08:35:28 +02:00
434 B
434 B
who
Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd). Bekijk ook:
whoami
. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/who-invocation.html.
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:
who
- Toon alle beschikbare informatie:
who {{[-a|--all]}}
- Toon alle beschikbare informatie met tabelkoppen:
who {{[-aH|--all --heading]}}