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 |
Tell me set-user-id is related to (in unix)?
Explain about daemon?
what is the condition required for dead lock in unix sustem ?
Explain linking across directories?
set-user-id is related to (in unix)
How can you get or set an environment variable from a program?
Which ipc is the fastest in unix?
Explain fork() system call?
What is an advantage of executing a process in background?
What is a Daemon?
How to write the program on full-duplex communication on biderctional(e.g using two pipes)
what is the very first process created by kernell