what is the functionality of kernel in unix architecture?
Answer Posted / suchitra
actually the layers are
outermost layer is user
inner layer is kernel
and inner most layer is hardware.
so when user sends any command it willnot go directly to
hardware.first it will go and ask permission from kernel
and if kernel permits then the command will reach hardware.
so unlike in other operating system the user cannot
directly interact with hardware
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What does find command return in unix?
What does touch command do in unix?
What is the general format of unix command syntax?
Name the unix command to find how many days the server has been up.
What is the use of sed command in unix?
Name the general commands in using unix os for a beginner?
What are the dos commands?
What are awk commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What are the general commands in using unix os for a beginner?
How do I clear my terminal history?
Give the command for finding the current date.
What is merge command in unix?
What is the difference between cat and more command?
Why is it called a shebang?