mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:22:08 +02:00
20 lines
353 B
Markdown
20 lines
353 B
Markdown
# w
|
|
|
|
> 显示登录者及其进程。
|
|
> 更多信息:<https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
|
|
|
|
- 显示当前登录的所有用户的信息:
|
|
|
|
`w`
|
|
|
|
- 显示有关特定用户的信息:
|
|
|
|
`w {{用户}}`
|
|
|
|
- 显示信息而不包括标题:
|
|
|
|
`w --no-header`
|
|
|
|
- 显示信息不包括登录、JCPU 和 PCPU 列:
|
|
|
|
`w --short`
|