Describe the initial process sequence while the system
boots up?
Answer Posted / guest
Whenever the system boots up, daemons are initialised.
The first process that gets initialised is scheduler (PID
0). This in turn initialises init process (PID 1)
vhand,bdflush are the other processes that get initialised
when the system boots up.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain linking across directories?
What is ipc port?
Explain how do you execute one program from within another?
Explain the initial process sequence while the system boots up?
Please explain fork() system call?
What is the very first process created by kernel?
Explain what is the process id for kernel process?
Explain what are the system calls used for process management?
What is i-node numbers?
Explain about daemon?
Tell me set-user-id is related to (in unix)?
Max relax-able permission value with out giving write permission to others?
Which ipc is the fastest in unix?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?