what is the functionality of kernel in unix architecture?

Answer Posted / t.sai sree,guntur.

os is the Interphase between user and the hardware.
kernel:It is the Heart or core of the unix os.It is very
crucial and important for unix os.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find previous commands in unix?

682


How do I run a bash script?

671


How do you grep recursively?

656


what is the advaantage of each user having its own copy of the shell?

2148


Name the various commands that are used for the user information in unix.

638






What is used to type command?

634


What does the md command do?

659


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1850


How do I search for a file in unix command?

634


What is the functionality of a top command?

704


What is a bash command?

718


What is grep r?

681


Explain command to view process running?

699


What does the command ' $who | sort –logfile > newfile' do?

892


What is the command to find hidden files in the current directory?

692