Unix IPC Question:
Explain What is the process id for kernel process?
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 Question | Next Question |
What is the process id for kernel process? | What is semaphone? |