Sample Header Ad - 728x90

What happends when sending SIGKILL to a Zombie Process in Linux?

12 votes
2 answers
9672 views
In Linux, when a child process terminates and it's parent has not yet waited on it, it becomes a zombie process. The child's exit code is stored in the pid descriptor. If a SIGKILL is sent to the child, there is not supposed to be any effect. Does this mean that the exit code will not be modified by the SIGKILL or will the exit code be modified to indicate that the child exited because it received a SIGKILL?
Asked by user137481 (223 rep)
Jan 22, 2016, 03:38 AM
Last activity: Jan 6, 2020, 09:46 PM