tobegit3hub / understand_linux_process

The open-source ebook of Understand Linux Process
MIT License
1k stars 170 forks source link

僵尸进程章节中拼写错误 #48

Open KJohn2q opened 3 years ago

KJohn2q commented 3 years ago

在僵尸进程章节中第二段:一个进程使用fork创建子进程,如果子进程退出,而父进程并没有调用wait或waitpid获取子进程的状态信息,那么子进程的进程描述符仍然保存在系统中。这种进程称之为僵死进程。