The very first process created by the Kernal in UNIX is

Answers were Sorted based on User's Feedback



The very first process created by the Kernal in UNIX is ..

Answer / chandrakant

sched is the first process that started after booting which
pid is 0 and give birth the child process named init which
pid is 1.

Is This Answer Correct ?    58 Yes 4 No

The very first process created by the Kernal in UNIX is ..

Answer / dilipsimha

init

Is This Answer Correct ?    40 Yes 19 No

The very first process created by the Kernal in UNIX is ..

Answer / chinmayee mishra

When the kernel begins to run, it starts by setting up a
number of internal lists, or tables.After initializing its
tables, the kernel creates three dummy processes; sched,
vhand and bdflush (with process IDs 0, 2 and 3
respectively). Finally the kernel creates a third process
init which pid 1. init starts up as a dummy process, then
achieves independence and runs as the first true process on
the system.

Is This Answer Correct ?    9 Yes 2 No

The very first process created by the Kernal in UNIX is ..

Answer / jagarnath

During booting first daemon(page daemon)
process(vhand,bdflush and sched)housed in the kernel file
and then "swapper" is loaded which help to create init process
which is called mother of all processes.

Is This Answer Correct ?    12 Yes 6 No

The very first process created by the Kernal in UNIX is ..

Answer / narendra

sched

Is This Answer Correct ?    2 Yes 2 No

The very first process created by the Kernal in UNIX is ..

Answer / dwarikanath patro

Process 0

Is This Answer Correct ?    5 Yes 6 No

The very first process created by the Kernal in UNIX is ..

Answer / srinivas

init

Is This Answer Correct ?    7 Yes 12 No

Post New Answer

More Unix System Calls Interview Questions

The very first process created by the Kernal in UNIX is

7 Answers  


Name the command which is used to execute system calls from exe?

0 Answers  


Explain the unmount system calls?

0 Answers  


Tell me how to protect a process from others to kill?

0 Answers  


What are the possible return values of kill() system call?

0 Answers  






Explain c program to implement the unix or linux command to implement ls -l >output.txt?

0 Answers  


Explain the mount system calls?

0 Answers  


Explain the difference between command and utility in unix?

0 Answers  


c program to implement the unix or linux command to implement ls -l >output.txt

5 Answers   Arihant,


Describe the mount and unmount system calls?

2 Answers  


How to protect a process from others to kill?

0 Answers  


What are the Unix system calls for I/O?

4 Answers  


Categories