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
Explain linking across directories?
Explain a zombie?
What is ipc in unix?
What is the condition required for dead lock in unix system?
Explain what is the process id for kernel process?
What is i-node numbers?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?
Explain the advantage of executing a process in background?
What are the various schemes available in ipc?
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Which ipc is the fastest in unix?