what is the functionality of kernel in unix architecture?

Answers were Sorted based on User's Feedback



what is the functionality of kernel in unix architecture?..

Answer / nitesh yadav

Kernel is a Heart Of the Unix OS They Are Including drivers for computer Hardware devices, like Graphocs cards network cards disks.
A device driver is a program that allows Computer program to interact with hardware devices
CPU And Memory Management.

Unix Operated.
Understanding file systems in UNIX has to do with knowing how files and inodes are stored on a system.
What happens is that a disk or portion of a disk is set aside to store files and the inode entries.
The entire functional unit is referred to as a file system.

Is This Answer Correct ?    0 Yes 0 No

what is the functionality of kernel in unix architecture?..

Answer / abhinav srivastava

At the outer most layer we have all the tools and the
applications which speak our language. These commands go to
shell which acts as a command interpreter and converts the
command to a machine level language. Then it goes to the
kernel which actually interacts with the HARDWARE in
machine language.

Is This Answer Correct ?    1 Yes 2 No

what is the functionality of kernel in unix architecture?..

Answer / manoj kumar

kernel runs on actual machine hardware ann manages all
interaction with the hardware.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

What is the general format of unix command syntax?

2 Answers  


What is grep short for?

0 Answers  


How do you remove a directory?

1 Answers  


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


what is tar command and what are the different types of tar commands?

5 Answers  






Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


how to check a file system type

7 Answers   Wipro,


What is the comma to display different lines that are found when compare two files?

0 Answers  


What are Unix processes, and how do you manage them?

1 Answers  


What is the difference between cat and more command?

0 Answers  


Why is it called a shebang?

0 Answers  


How do you execute a UNIX command in the background?

6 Answers  


Categories