2016-01-14 22:59:39 +02:00
|
|
|
# who
|
|
|
|
|
|
|
|
> Display who is logged in and related data (processes, boot time).
|
2024-07-07 14:44:09 +07:00
|
|
|
> See also: `whoami`.
|
2025-01-18 18:45:33 +05:30
|
|
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/who-invocation.html>.
|
2016-01-14 22:59:39 +02:00
|
|
|
|
2016-01-16 15:12:05 +01:00
|
|
|
- Display the username, line, and time of all currently logged-in sessions:
|
2016-01-14 22:59:39 +02:00
|
|
|
|
|
|
|
`who`
|
|
|
|
|
|
|
|
- Display all available information:
|
|
|
|
|
2025-03-12 21:05:58 +02:00
|
|
|
`who {{[-a|--all]}}`
|
2016-01-14 22:59:39 +02:00
|
|
|
|
|
|
|
- Display all available information with table headers:
|
|
|
|
|
2025-03-12 21:05:58 +02:00
|
|
|
`who {{[-aH|--all --heading]}}`
|