operating-systems

Definition

Orphan Process

An orphan process is a process whose parent has terminated before it did.

The OS reassigns the orphan to the init process (PID 1) or another adopted parent for proper management.