Unix IPC Question:
Download Questions PDF

Please Describe the initial process sequence while the system boots up?

Answer:

–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

Download Unix Inter-Process Communication (IPC) Interview Questions And Answers PDF

Previous QuestionNext Question
What are the system calls used for process management:What is IPC? What are the various schemes available?