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
How do I search for text in vi?
Explain ‘system calls’ with respect to unix commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What command will change your prompt to myprompt?
What happens when we execute a unix command?
What is the significance of the 'tee' command?
What is in grep command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are bash commands?
What do know about tee command?
How do you grep a case insensitive?
What does touch command do in unix?
Which unix command lists files/folders in alphabetical order?
What is the use of find command in unix?
What is a bash command?