Tag Archives: process

Unix / Linux: How to Create Zombie Process

unix linux
Explains how zombie processes or defunct processes are created on Unix / Linux. Also explains how the zombie process can be removed from the process table. A simple C program is used to demonstrate the creation of zombie processes.