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?
How to get or set an environment variable from a program?
Explain what are the system calls used for process management?
Explain the initial process sequence while the system boots up?
What is unix ipc?
Please explain fork() system call?
What are two different models of ipc differentiate both?
What are the various schemes available in ipc?
Explain the advantage of executing a process in background?
What is the very first process created by kernel?
What is ln(linking)?
What are the various schemes available?
Tell me set-user-id is related to (in unix)?
Please describe the initial process sequence while the system boots up?
What is ipc in unix?