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 awk used for?
Is ‘du’ a command? If so, what is its use?
What is grep command in unix with examples?
What is grep in bash?
What do chmod command do?
Which command can you use to find the currently running process in unix server?
Which command will print your home directory on screen?
How can we use grep command in unix?
What is the command to find maximum memory taking process on the server?
Which unix command lists files/folders in alphabetical order?
Which command is used to create a directory?
Describe the zip/unzip command using gzip.
What does #!/ Bin sh do?
What is the comma to show the space allocation of files?
What is command substitution?