Talk:What is a Process?
Jump to navigation
Jump to search
A zombie process is NOT an "undestroyed" process. It's not a process at all. It's the remaining process metadata, because the parent didn't query the exit status code. A zombie does NOT take any resources except an entry in the process list and a PID.
TheBonsai