From a55029a9f62ccc457bbaf6d6a0fed64ce1ba2ad7 Mon Sep 17 00:00:00 2001 From: johnhoow Date: Wed, 17 Dec 2014 15:12:20 +0800 Subject: [PATCH] modify --- ...141124 Important 10 Linux ps command Practical Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translated/tech/20141124 Important 10 Linux ps command Practical Examples.md b/translated/tech/20141124 Important 10 Linux ps command Practical Examples.md index 11de4fddda..7e1ece4787 100644 --- a/translated/tech/20141124 Important 10 Linux ps command Practical Examples.md +++ b/translated/tech/20141124 Important 10 Linux ps command Practical Examples.md @@ -124,7 +124,7 @@ ps命令支持三种使用的语法格式 能够与**-e 参数** 一起使用的关键字是**args, cmd, comm, command, fname, ucmd, ucomm, lstart, bsdstart and start**。 -### 9. 格式化输出root用户创建的进程 +### 9. 格式化输出root用户创建的进程 ### 系统管理员想要查看由root用户运行的进程和这个进程的其他相关信息时,可以通过下面的命令: @@ -142,7 +142,7 @@ While the **-u paramater** will select by effective user ID (EUID) ![show real and effective User ID](http://blog.linoxide.com/wp-content/uploads/2014/10/ps_root_real_effective_ID.png) -### 10. 使用PS实时监控进程状态 +### 10. 使用PS实时监控进程状态 ### ps 命令会显示你系统当前的进程状态,但是这个结果是静态的。 当有一种情况,我们需要想上面第四点中提到的通过CPU和内存的使用率来过滤进程。并且我们希望结果能够每秒更新一次。为此,我们可以**将ps命令和watch命令结合起来**。