CITS2002 Systems Programming  
prev
next CITS2002 CITS2002 schedule  

Where does the first process come from?

The last internal action of booting a Unix-based operating system results in the first single 'true' process, named init.

init has the process-ID of 1. It is the ancestor process of all subsequent processes.

In addition, because the operating system strives to maintain a hierarchical relationship amongst all processes, a process whose parent terminates is 'adopted' by the init process.

 

 

 


CITS2002 Systems Programming, Lecture 9, p2, 21st August 2023.