Multiple choice technology operating systems

7 Zombie process will have parent as init

  1. 1 True

  2. 2 False

  3. 3

  4. 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A zombie process is a terminated process whose entry remains in the process table. If the parent dies without reaping the child, the child is adopted by 'init' (PID 1), which then reaps it, but the zombie state itself refers to the period before reaping.