White RoomNEW

Who Adopts The Orphans

Process a creates b, b creates c, and c creates d and e. All five are still running, and the tree looks like this:

Process tree before c exits init (pid 1) a b c d e

Now c calls exit(0), and b reaps it. What is the tree immediately afterwards?