The very first process created by the kernal that runs
till the kernal process is haltes is
Answers were Sorted based on User's Feedback
Answer / hyma
scheduler is the first process, it is created by kernel.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / tia
Swapper is the first process created by kernel which in turn
activates the init process.
Swapper is also known as scheduler.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mohammad noman ansari
While booting, special process called the 'swapper' or 'scheduler' is created with Process- ID 0. The swapper manages memory allocation for processes and influences CPU allocation. The swapper inturn creates 3 children:
the process dispatcher,
vhand and
dbflush
with IDs 1,2 and 3 respectively.
This is done by executing the file "/etc/init". Process dispatcher gives birth to the shell. Unix keeps track of all the processes in an internal data structure called the Process Table (listing command is ps -el).
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the ?route? command do?
Explain iostat, vmstat and netstat.
What is a filesystem?
what is output mkvg pvname
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
What is a Region?
How does the inode map to data block of a file?
How do you execute a UNIX command in the background?
Name key files or directories on a Windows system that should always be backed up?
what is RAID 1+0?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
in unix how to change old name to new name