Files
cheatsheet-tldr/tldr/w

19 lines
359 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# w
> Show who is logged on and what they are doing.
> Print user login, TTY, remote host, login time, idle time, current process.
> More information: <https://manned.org/w>.
- Show logged-in users info:
`w`
- Show logged-in users info without a header:
`w -h`