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