Describe the initial process sequence while the system
boots up?
Answer Posted / sunil negi
–Hardware Boot
–Read boot block (block 0) and load to memory
–Transfer control to kernel
–Kernel initialization
–Mount the root file system on / and create
environment for process 0
–Process 0 invokes process 1(init process)
–init process invokes process getty
–gettyinvokes login
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Which ipc is faster?
Explain the initial process sequence while the system boots up?
What is unix ipc?
Tell me set-user-id is related to (in unix)?
What is i-node numbers?
Explain about daemon?
What is the full form of ipc?
Which ipc is the fastest in unix?
What are the various schemes available in ipc?
Explain the advantage of executing a process in background?
What is daemon?
How to get or set an environment variable from a program?
Please explain fork() system call?
What is ipc in unix?
Explain how do you execute one program from within another?