1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/osx/w.md

16 lines
293 B
Markdown

# w
> Show who is logged on and what they are doing.
> Print user login, TTY, remote host, login time, idle time, current process.
- Show logged-in users info:
`w`
- Show logged-in users info without a header:
`w -h`
- Show info about logged-in users, sorted by their idle time:
`w -i`