what is the functionality of kernel in unix architecture?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / manoj kumar
kernel runs on actual machine hardware ann manages all
interaction with the hardware.
| Is This Answer Correct ? | 0 Yes | 2 No |
fork in unix ?
what is mount ,tell me about mount ,how can u use in real time project??
Which command is used to delete all files in the current directory and all its sub-directories?
What is the difference between pipe (|) and tee command in unix
How to open a Database using Unix Command Please Do Reply
What is the command to compare two files in unix?
Give two UNIX kernel parameters that effect an Oracle install
How does shebang work?
How do you find files in Unix?
What is the use of touch command in there?
Briefly, how do you install Oracle software on UNIX.
How can you create a symbolic link to a file or directory?