tldr/pages/osx/w.md

18 lines
344 B
Markdown
Raw Normal View History

# w
> Show who is logged on and what they are doing.
> Print user login, TTY, remote host, login time, idle time, current process.
2021-11-04 10:06:14 +00:00
> More information: <https://ss64.com/osx/w.html>.
- 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`