what is the process id for kernel process?

Answers were Sorted based on User's Feedback



what is the process id for kernel process?..

Answer / selram

process id is 0

Is This Answer Correct ?    43 Yes 7 No

what is the process id for kernel process?..

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

what is the process id for kernel process?..

Answer / gopi.k

process id of a kernal is init 1

Is This Answer Correct ?    14 Yes 11 No

what is the process id for kernel process?..

Answer / kiran

EVERY PROCESS HAS ONE UNIQUE ID CALLED PROCESS ID

Is This Answer Correct ?    10 Yes 13 No

what is the process id for kernel process?..

Answer / jhatter

it should be 0.1.0

Is This Answer Correct ?    2 Yes 9 No

what is the process id for kernel process?..

Answer / sanchez

code execution in kernel mode has no pid

Is This Answer Correct ?    2 Yes 11 No

what is the process id for kernel process?..

Answer / mohd imran

iwant to who command botting time excuted
plese tell me.
thenk you.

Is This Answer Correct ?    11 Yes 22 No

what is the process id for kernel process?..

Answer / aruna

Process id for kernal is 100

Is This Answer Correct ?    5 Yes 25 No

Post New Answer

More Unix IPC Interview Questions

How to write the program on full-duplex communication on biderctional(e.g using two pipes)

2 Answers   Infosys,


Explain fork() system call?

12 Answers   ASAS, IBM,


What are the various schemes available?

0 Answers  


Explain the system calls used for process management?

0 Answers  


write About fork()?

2 Answers  






Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


How do you execute one program from within another?

4 Answers  


Explain the advantage of executing a process in background?

0 Answers  


What is i-node numbers?

0 Answers  


How can you get or set an environment variable from a program?

2 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


What is ipc port?

0 Answers  


Categories