Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-23 00:20:07 +00:00
parent a49466c200
commit cd59a77dc8
31 changed files with 239 additions and 130 deletions

17
tldr/w
View File

@@ -5,14 +5,21 @@ 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.
> Display who is logged in and their processes.
> More information: <https://manned.org/w>.
- Show logged-in users info:
- Display information about all users who are currently logged in:
`w`
- Show logged-in users info without a header:
- Display information about a specific user:
`w -h`
`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]}}`