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
Who command in unix?
Why is it called a shebang?
What is ctrl d?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Can you explain a little bit about command substitution?
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)?
Explain ‘system calls’ with respect to unix commands?
Which command is used to delete all files in the current directory and all its sub-directories?
What is time_t?
How do I use grep to find a file?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Differentiate cmp command from diff command.
Why is grep called grep?
How do I use nslookup?
Why is shebang used?