what is the process id for kernel process?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kiran
EVERY PROCESS HAS ONE UNIQUE ID CALLED PROCESS ID
| Is This Answer Correct ? | 10 Yes | 13 No |
Answer / mohd imran
iwant to who command botting time excuted
plese tell me.
thenk you.
| Is This Answer Correct ? | 11 Yes | 22 No |
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
Explain how do you execute one program from within another?
Explain the advantage of executing a process in background?
How to get or set an environment variable from a program?
Explain linking across directories?
Which ipc is faster?
How to know whether the message queue is empty or not.
Explain what are the system calls used for process management?
Explain a zombie?
what is the very first process created by kernell
How can you get or set an environment variable from a program?
Max relaxable permisssion value with out giving write permission to others?