what about the initial process sequence while the system
boots up?
Answer / shilpa
While booting, special process called the 'swapper'
or 'scheduler' is created by the Process-ID 0. The swapper
manages memory allocation for processes and influences CPU
allocation. The swapper in turn creates 3 children: the
process dispatcher, vhand, etc...
| Is This Answer Correct ? | 3 Yes | 1 No |
what is the condition required for dead lock in unix sustem ?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Please explain fork() system call?
Explain linking across directories?
About ln(linking)
Explain what are the system calls used for process management?
How to write the program on full-duplex communication using 2 FIFOs
What are two different models of ipc differentiate both?
What is a zombie?
How to get or set an environment variable from a program?
Linking across directories?
What is ipc in unix?