what is the functionality of kernel in unix architecture?
Answer Posted / abhinav srivastava
At the outer most layer we have all the tools and the
applications which speak our language. These commands go to
shell which acts as a command interpreter and converts the
command to a machine level language. Then it goes to the
kernel which actually interacts with the HARDWARE in
machine language.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of the command 'ls -x chapter[1-5]' ?
What is the first character of the output in ls l command?
What does find command return in unix?
Is grep faster than awk?
Which command is used to create a directory?
What are the dos commands?
Why is awk called awk?
How to display no of records in oracle using unix command?
What does awk stand for?
What does grep v do?
Explain command to display different lines that are found when compare two files?
How do I run a whois command?
What is sed awk grep?
How do you grep a case insensitive?
Explain the steps that a shell follows while processing a command.