what is the functionality of kernel in unix architecture?
Answer Posted / rhino
Kernel is the part of the Operating System(OS) that
interacts directly with the hardware of computer through
device drivers that are built into the kernel
Major functions of kernel are:
1. To manage computer memory
2. To maintain file system
3. To handel errors
4. To perform input and output services
5. To allocate the resources of the computer(such as CPU,
input/output devices etc.) among users
6. Unix commands are interacted by the Shell to the kernel.
| Is This Answer Correct ? | 53 Yes | 2 No |
Post New Answer View All Answers
What unix means?
What is the symbol in unix?
Differentiate multiuser from multitask.
How do you make programs portable on unix and dos under such circumstances?
How do I get to my home directory in unix?
How do I run a ksh script in unix?
Does mac use unix?
What is grep|sort give example?
Explain kernal and shell?
List some features of unix.
What are internal and external commands in unix?
What are conditions on which deadlock can occur while swapping the processes?
How does unix pipe work?
How to perform a system shutdown in unix?
Explain what are the unix system calls for i/o?