Zombie Process
A Zombie Process in computing is a process that has completed execution but still has an entry in the process table. It occurs when the parent process hasn't read the exit status of its child process. While it consumes minimal resources, a high number of zombie processes can lead to process table exhaustion. In server administration, managing these processes is important to maintain system health and performance.