1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 08:15:23 +02:00
tldr/pages/common/w.md

21 lines
413 B
Markdown
Raw Normal View History

2015-12-23 18:47:36 +02:00
# w
> Display who is logged in and their processes.
> More information: <https://manned.org/w>.
2015-12-23 18:47:36 +02:00
- Display information about all users who are currently logged in:
2015-12-23 18:47:36 +02:00
`w`
- Display information about a specific user:
2015-12-23 18:47:36 +02:00
`w {{username}}`
- Display logged-in user information without a header:
`w {{[-h|--no-header]}}`
- Display information without including the login, JCPU and PCPU columns:
`w {{[-s|--short]}}`