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 general format of unix command syntax?
What command will change your prompt to myprompt?
What does grep v grep do?
What is ‘ps’ command for?
What happens when we execute a unix command?
What is the command to compare two files in unix?
What is pipe command in unix?
Which command is used to create a directory?
What is {} in find command?
What is the use of awk command in unix?
What's a command word?
What is the size of time_t?
How do I use nslookup?
What is “chmod” command?
Explain the steps that a shell follows while processing a command.