what is the functionality of kernel in unix architecture?
Answer Posted / u.meghana
kernel forms the core of unix O.S . This interacts with the hardware.It is loaded into memory when a system is booted. It's functions are
1.Managing the system resources.
2.Allocating time for diff users and processes.
3.Deciidng process priorities and performing them
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
What does grep v do?
What does 'mkdir' command do in UNIX?
What does this command do,"$more readme.txt“?
What is the difference between awk and grep?
how to sort the content of the file based on numeric values
How can you see the command line history?
hw will u use awk in replacing cahrs and files
Are you in or at the office?
What is the pipe command?
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)?
Is ‘du’ a command? If so, what is its use?
Explain command to show the space allocation of files?
What is the command to find hidden files in the current directory?
How does shebang work?