what is the functionality of kernel in unix architecture?
Answer Posted / suriya
Kernel is a heart of unix operating system,
it act as a interface between the computer hardware
and user. In unix all the commands are accepted by
sting operation. command interpretor(shell interpretor)
want to execute the command in computer hardware. here the
kernel takes the commands by command interpretor(shell
interpretor) and executes in computer hardware(where the
unix is loaded)Finally it produce the result.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain mount and unmount command.
What will the following command do?
How can you see the command line history?
What is the use of the tee command?
What is grep short for?
What is ctrl d?
Explain ‘system calls’ with respect to unix commands?
What are bash commands?
What is the function of grep command in unix?
Explain ‘library functions’ with respect to unix commands?
Give the command for finding the current date.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the comma to display different lines that are found when compare two files?
Is ‘du’ a command? If so, what is its use?
Does cp command overwrite files?