mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 08:15:28 +02:00
20 lines
367 B
Markdown
20 lines
367 B
Markdown
# w
|
|
|
|
> 显示已登录用户及其进程信息。
|
|
> 更多信息:<https://manned.org/w>.
|
|
|
|
- 显示所有当前已登录用户的信息:
|
|
|
|
`w`
|
|
|
|
- 显示指定用户的信息:
|
|
|
|
`w {{用户名}}`
|
|
|
|
- 显示已登录用户信息,但不显示标题行:
|
|
|
|
`w {{[-h|--no-header]}}`
|
|
|
|
- 显示信息时不包含登录时间、JCPU 和 PCPU 列:
|
|
|
|
`w {{[-s|--short]}}`
|