what is the functionality of kernel in unix architecture?
Answer Posted / prabakaran
Kernel : The core or key components of the OS, consists of
many kernel subsystems like process management(mgt), memory
mgt, file mgt, device mgt, and network mgt.
Each subsystem has
1. Concurrency,
2. Virtual memory,
3. Paging and
4. Virtual file system.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of cut command in unix?
What is grep r?
Which unix command lists files/folders in alphabetical order?
Why is awk called awk?
What difference between cmp and diff commands?
What are reported commands?
What is the command to find maximum memory taking process on the server?
What's a command word?
Explain mount and unmount command.
Describe the zip/unzip command using gzip.
How do I run a bash script?
How do you grep a case insensitive?
Why is shebang used?
What are the general commands in using unix os for a beginner?
How to use grep command to list find the records of a file containing 10 different strings?