Orphan Process
If the parent process terminates before the child process, the child process is called an Orphan.
The process dispatcher immediately adopts an orphan. Thus the PID in an orphan process would be of the process dispatcher & not of the process that created it.
In the PROCESS TABLE (ps –el), orphan process’ are represented by an O.

0 Comments:
Post a Comment
<< Home