w: add Chinese translation (#6327)
This commit is contained in:
20
pages.zh/linux/w.md
Normal file
20
pages.zh/linux/w.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# w
|
||||
|
||||
> 显示登录者及其进程。
|
||||
> 更多信息: <https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
|
||||
|
||||
- 显示当前登录的所有用户的信息:
|
||||
|
||||
`w`
|
||||
|
||||
- 显示有关特定用户的信息:
|
||||
|
||||
`w {{用户}}`
|
||||
|
||||
- 显示信息而不包括标题:
|
||||
|
||||
`w --no-header`
|
||||
|
||||
- 显示信息不包括登录、JCPU 和 PCPU 列:
|
||||
|
||||
`w --short`
|
Reference in New Issue
Block a user