add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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`