Process tree is rooted at the init process. Every process in the hierarchy has a parent except the init process. when a parent ends before its child, kernel reparent the child to the init process.
The init process routinely wait on the child processes to eliminate zombie.
No comments:
Post a Comment