1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 01:55:22 +02:00
tldr/pages/common/who.md

18 lines
430 B
Markdown
Raw Normal View History

2016-01-14 22:59:39 +02:00
# who
> Display who is logged in and related data (processes, boot time).
> See also: `whoami`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/who-invocation.html>.
2016-01-14 22:59:39 +02: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]}}`