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 does a pipe(|) do?
Explain different types of Unix systems.
Is unix more secure than windows?
How can you count the number of characters and lines in a file?
How do you change directories in unix?
Is unix only for supercomputers?
Is unix written in c?
How to check the date in unix?
What is unix language?
Differentiate swapping and paging.
Name the data structure used to maintain file identification?
What does the swapping system do if it identifies the illegal page for swapping?
How do I run a shell script in unix?
Define the term directory?
How to give execute permission for a file in unix?