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 are the dos commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the functionality of a top command?
What is .sh file?
What is grep r?
What does the metacharacter mean?
How do I open a port?
What is the unix command to confirm a remote host is alive or not?
Which unix command to make a new directory?
What is $0 bash?
How do I use grep to find a file?
Explain ‘system calls’ with respect to unix commands?
How do you repeat a command in terminal?
What is awk command used for?