what is the very first process created by kernell

Answers were Sorted based on User's Feedback



what is the very first process created by kernell..

Answer / prashanth

The first process in Unix is INIT.

Is This Answer Correct ?    22 Yes 0 No

what is the very first process created by kernell..

Answer / kanimozhi91

The first process created in Unix at boot time is init whose process id is 1.It is the parent of all the process which runs till the system is shut down. Init process is responsible for starting other background process which is needed for operating system to function properly.For example httpd,tftpd,sshd etc.
Init is basically a daemon process which runs other process as daemons.All the daemon scripts are stored in /etc/init.d or /usr/lib/systemd/system that depends upon the linux distribution.
If a child process gets orphaned, automatically init process adopt it and become the parent process of it.

Is This Answer Correct ?    0 Yes 0 No

what is the very first process created by kernell..

Answer / crazy

Init 0
Scheduler
swapper

Is This Answer Correct ?    1 Yes 2 No

what is the very first process created by kernell..

Answer / pradip kumar panigrahi

process despatcher.

Is This Answer Correct ?    0 Yes 4 No

what is the very first process created by kernell..

Answer / dil ka don

Process 0 .....

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Unix IPC Interview Questions

How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


What is a zombie?

10 Answers  


How do you execute one program from within another?

4 Answers  


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

3 Answers  


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

0 Answers  






What is ipc in unix?

0 Answers  


What are the system calls used for process management:

5 Answers  


what is the process id for kernell process

3 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


How to get or set an environment variable from a program?

0 Answers  


what is the condition required for dead lock in unix sustem ?

2 Answers  


What is the very first process created by kernel?

0 Answers  


Categories