2024-06-26 17:14:40 +02:00
|
|
|
# who
|
|
|
|
|
|
|
|
> Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd).
|
2024-07-07 14:44:09 +07:00
|
|
|
> Bekijk ook: `whoami`.
|
2025-01-18 18:45:33 +05:30
|
|
|
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/who-invocation.html>.
|
2024-06-26 17:14:40 +02:00
|
|
|
|
|
|
|
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:
|
|
|
|
|
|
|
|
`who`
|
|
|
|
|
|
|
|
- Toon alle beschikbare informatie:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`who {{[-a|--all]}}`
|
2024-06-26 17:14:40 +02:00
|
|
|
|
|
|
|
- Toon alle beschikbare informatie met tabelkoppen:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`who {{[-aH|--all --heading]}}`
|