what is the functionality of kernel in unix architecture?
Answer Posted / nadeem
Kernel of UNIX OS can be defined as a subsystem which is
responsible for almost all tasks of an OS. Mainly some of
the responsibilies of Kernel are Process dispatching,
Process management, Memory management and so on.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What command is used to check the current users?
What is time_t?
What are filter commands in unix?
Enlist some filename manipulation commands in unix.
What does the command '$ls | wc –l > file1' do?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does this command do? Cat food 1 > kitty
Differentiate cat command from more command.
How do I use grep to find a file?
How does the system know where one command ends and another begins?
Explain the steps that a shell follows while processing a command.
What is updatedb?
What is the command to compare two files in unix?
What command will change your prompt to myprompt?
What are grep patterns?