From f73116cc0075f27eb07a0d1d9783b8a28988b962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E7=8C=AB?= <875411010@qq.com> Date: Thu, 27 Apr 2023 04:26:42 +0000 Subject: [PATCH] update notes/Linux.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一只猫 <875411010@qq.com> --- notes/Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/Linux.md b/notes/Linux.md index abf6f8f7..76131d26 100644 --- a/notes/Linux.md +++ b/notes/Linux.md @@ -1126,6 +1126,8 @@ dmtsai lines: 5 columns: 9 | T | stopped (either by a job control signal or because it is being traced)
结束,进程既可以被作业控制信号结束,也可能是正在被追踪。|
+还有状态I,是idle的意思,空闲进程 +

### SIGCHLD -- Gitee