The very first process created by the Kernal in UNIX is
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
c program to implement the unix or linux command to implement ls -l >output.txt
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
Describe the mount and unmount system calls?
Tell me how to protect a process from others to kill?
What are the possible return values of kill() system call?
How to protect a process from others to kill?
Explain the mount system calls?
what is diff between command and utility in unix
Explain the difference between command and utility in unix?
The very first process created by the Kernal in UNIX is
The very first process created by the kernel in unix is?
What command is used to execute system calls from exe?