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
What does grep v do?
What is difference between grep and find command in unix?
Why is it called a shebang?
Which command should you use to find the remaining disk space in unix server?
What are grep patterns?
What are filter commands in unix?
What is the difference between cat command and more command?
What command will change your prompt to myprompt?
What is sed awk grep?
What is the use of egrep command in unix?
How can we use grep command in unix?
What is command substitution?
Why is shebang used?
What are reported commands?
Is ‘du’ a command? If so, what is its use?