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 ‘system calls’ with respect to unix commands?
What will the following command do?
Explain command to show the space allocation of files?
What are the unix commands?
What is the command to find maximum memory taking process on the server?
What does this command do,"$more readme.txt“?
What is the unix command to confirm a remote host is alive or not?
What are grep patterns?
Which command is used to kill the last background job?
Which command should you use to find the remaining disk space in unix server?
Which command is used to create a directory?
Does cp command overwrite files?
What is unix command line?
How to display no of records in oracle using unix command?
What is awk used for?