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 you repeat a command in terminal?
What does the md command do?
Is ‘du’ a command? If so, what is its use?
Which command can you use to find the currently running process in unix server?
Differentiate cat command from more command.
Which command is used to copy files?
What is sed awk grep?
What is the difference between cat command and more command?
What do know about tee command?
What is the command to compare two files in unix?
Which command is used to create a directory?
Write a command that will display files in the current directory, in a colored, long format.
How do I clear my terminal history?
What are the commands in UNIX to list the files in a Directory?
How do I search for text in vi?