diff --git a/translated/10 basic examples of Linux ps command.md b/translated/10 basic examples of Linux ps command.md index 9276a61da2..4e371c0066 100755 --- a/translated/10 basic examples of Linux ps command.md +++ b/translated/10 basic examples of Linux ps command.md @@ -205,7 +205,7 @@ As usual, the watch command can be used to turn ps into a realtime process repor 你会发现top/htop命令的输出相比上面的ps命令刷新得更频繁。 -这是因为top输出会cpu使用和内存使用值混合排序后的输出。但是上面的ps命令是一个更简单的行为的排序,每次获取一列(像学校的数学)。因此它不会像top那样快速更新。 +这是因为top输出会cpu使用和内存使用值混合排序后的输出。但是上面的ps命令是一个更简单的行为的排序,每次获取一列(像学校的数学)。因此它不会像top那样快速更新。 -------------------------------------------------------------------------------- @@ -213,4 +213,4 @@ via: http://www.binarytides.com/linux-ps-command/ 译者:[geekpi](https://github.com/geekpi) 校对:[校对者ID](https://github.com/校对者ID) -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 \ No newline at end of file +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出