Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,23 +1,23 @@
# top
> 显示运行进程的动态实时信息.
> 显示运行进程的动态实时信息
- 执行 top 命令,界面中提供所有选项:
- 执行 top 命令,界面中提供所有选项
`top`
- 按内部内存大小排序进程(默认顺序 - 进程 ID):
- 按内部内存大小排序进程(默认顺序 - 进程 ID
`top -o mem`
- 首先按 CPU 启动顺序排序进程,然后按运行时间排序:
- 首先按 CPU 启动顺序排序进程,然后按运行时间排序
`top -o cpu -O time`
- 只显示给定用户拥有的进程:
- 只显示给定用户拥有的进程
`top -user {{用户名}}`
- 获取有关交互式命令的帮助(我测试并没看到这个功能):
- 获取有关交互式命令的帮助(我测试并没看到这个功能)
`?`