Zombie Process in Linux – How to work with defunct/zombie processes in Linux?
In this tutorial, we are going to discuss a very interesting and informative topic that is a Defunct or Zombie Process in Linux. We will also discuss the init process, SIGCHLD signal, system calls [fork(), exit(), & wait()], and Linux…