The very first process created by the Kernal in UNIX is

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the unmount system calls?

521


How to protect a process from others to kill?

525


Explain the mount and unmount system calls?

518


The very first process created by the kernel in unix is?

464


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

500






Explain the mount system calls?

552


Explain the difference between command and utility in unix?

481


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

494


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

496


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

442


What is the fork() system call?

541


What is the first process created by the kernel in unix?

474


What is the difference between command and utility in unix?

477