mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
506 B
Plaintext
26 lines
506 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# w
|
|
|
|
> Display who is logged in and their processes.
|
|
> More information: <https://manned.org/w>.
|
|
|
|
- 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]}}`
|