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 |
How can you get or set an environment variable from a program?
What are the system calls used for process management?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
Explain fork() system call?
Max relaxable permisssion value with out giving write permission to others?
Tell me set-user-id is related to (in unix)?
What are the various schemes available in ipc?
How to write the program on full-duplex communication on biderctional(e.g using two pipes)
Max relax-able permission value with out giving write permission to others?
Explain the initial process sequence while the system boots up?
What is ipc in unix?
Explain what is the process id for kernel process?