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
Describe the term directory?
List the different types of files that can be made available with unix?
How to get the n-th field from a Unix command output?
What does pipe do in unix?
Is unix portable?
Is mac unix based?
Explain the method of changing file access permission?
List some features of unix.
Where is unix used today?
What is the role of the kernel in unix?
What is disk block allocation in unix?
How would you display the last line of a file?
What is unix operating system used for?
What is unix pattern?
What are internal and external commands in unix?