From f60b94309545094735becf49fdb2d1daeebc6fa8 Mon Sep 17 00:00:00 2001 From: M1r0ku <32028515+M1r0ku@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:11:05 +0800 Subject: [PATCH] Update 22-3.md --- Chapter22/22-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter22/22-3.md b/Chapter22/22-3.md index b52ad46..dabe6e0 100644 --- a/Chapter22/22-3.md +++ b/Chapter22/22-3.md @@ -29,4 +29,4 @@ | 产生原因 | 父进程没有调用 wait() 或 waitpid()。 | 父进程在子进程之前退出。 | | 系统影响 | 占用 PID,大量存在会导致 PID 资源耗尽。 | 通常无害,会被 init 进程收养。 | | 处理方式 | 杀死其父进程。 | 由 init 进程自动收养并管理,无需人工干预。 | -| ps 状态 | Z 或 | 运行中,但其 PPID(父进程 ID)为 1。 | \ No newline at end of file +| ps 状态 | Z 或 `` | 运行中,但其 PPID(父进程 ID)为 1。 |