what is the process id for kernel process?
Answer Posted / vinoth
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'.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which ipc is the fastest in unix?
Explain the system calls used for process management?
How to write the program on full-duplex communication on bidirectional?
Which ipc is faster?
What is the full form of ipc?
What is the condition required for dead lock in unix system?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain about daemon?
What are the various schemes available in ipc?
Tell me set-user-id is related to (in unix)?
How to get or set an environment variable from a program?
Explain the initial process sequence while the system boots up?
Explain a zombie?
Explain how do you execute one program from within another?
What is the very first process created by kernel?