I understand that an orphan Unix process is one whose parent has terminated, and hence has left the child process without a parent.
Also that orphan processes don't become zombie processes and a) that they are adopted by init (typically process ID 1, which waits on its children, and b) they typically will affect system performance adversely as they may spin and use up resources.
but what is a concrete example of such an event?
Also that orphan processes don't become zombie processes and a) that they are adopted by init (typically process ID 1, which waits on its children, and b) they typically will affect system performance adversely as they may spin and use up resources.
but what is a concrete example of such an event?