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
What does grep v grep do?
How can you see the command line history?
How do you grep recursively?
What are awk commands?
What is the search command in unix?
What do know about tee command and its usage?
Can you explain a little bit about command substitution?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Describe the zip/unzip command using gzip.
How do I use grep to find a file?
Name the various commands that are used for the user information in unix.
Is grep faster than awk?
What is the use of awk command in unix?
What do know about tee command?
Explain ‘system calls’ with respect to unix commands?