Describe the initial process sequence while the system
boots up?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / satish
1) BIOS
2) Master Boot Record (MBR)
3) LILO or GRUB
4) Kernel
5) init
6) Run Levels
| Is This Answer Correct ? | 6 Yes | 0 No |
Which ipc is faster?
What are various IDs associated with a process?
write About fork()?
How to know whether the message queue is empty or not.
What is fork()?
What is ln(linking)?
What is unix ipc?
What are the system calls used for process management?
How do you execute one program from within another?
How to get or set an environment variable from a program?
About i-node numbers
What is the condition required for dead lock in unix system?