Unix IPC Question:

Explain What is the process id for kernel process?

Unix Inter-Process Communication (IPC) Interview Question
Unix Inter-Process Communication (IPC) Interview Question

Answer:

The Process id are sequentially numbered and the first process id created is ' PID 0', which loads the data structures and resources of Kernel which also forks the next process "INIT" which has the process id '1'.


Previous QuestionNext Question
What is the process id for kernel process?What is semaphone?