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 pipe command?
What is the function of grep command in unix?
Who command in unix operating system?
What is the command to view process running?
What is command substitution?
How do I search for text in vi?
What are the differences among a system call, a library function, and a unix command?
What are the commands in UNIX to list the files in a Directory?
What is the first character of the output in ls l command?
What is the use of finger command?
What is ‘ps’ command for?
Who wrote grep?
What is the difference between grep and grep?
How to use grep command to list find the records of a file containing 10 different strings?
How do you grep recursively?