w: add Chinese translation (#6327)

beep
legendqi 2021-08-13 23:09:53 +08:00 committed by GitHub
parent 66f8b997ac
commit a8a571582d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.zh/linux/w.md Normal file
View 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`