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 is the use of cut command in unix?
What command is used to switching between users in unix?
What are grep patterns?
What is the use of sed command in unix?
How do I search for a file in unix command?
Write a command to kill the last background job?
What is awk command used for?
What is the difference between awk and grep?
What will the following command do?
What is grep r?
What is in grep command?
Name the unix command to find how many days the server has been up.
Differentiate cmp command from diff command.
What is pipe command in unix?
What is the search command in unix?