what is kernel?
Answers were Sorted based on User's Feedback
Answer / linuxdemon
It is an core of the operating systems, coz it will handle
all the critical tasks like memory management,process
management, device management..etc.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ketan
Kernel is nothing but it is the interface between shell and
hardware . Whatever the shall takes from the user it
ineterprets first and searcvh for the pattern and send to
kernal, now kernel will interprete it and if hardware
access is require, it will communicate,.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / narender
The unix operating system is resides in the kernel.Kernel
is one of the layer in unix, working as a communication
between the shell and hardware layers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / madhavi
It is the program whish is the heart of the operating
system.It is the one interacts with the hardware directly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / barani kannan
Kernel is the only thing which communicates with the
hardware. In other means kernel is high level language to
low level language and vice versa
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / durgesh srivastava
A kernal is a heart of a operating sysyetm which can be
directly attach with hardwre and control both platefom s/w
and h/w.and situated b/w shell and hardware.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
What command would users use to see what file one page at a time in UNIX?
How do you change file permissions?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
What is the use of pipes?
What do chmod, chown, chgrp commands do?
How many unix commands are there?
fork in unix ?
what is the meaning of this command rm -rf / what will it do ?
What is the difference between pipe and xargs?
Describe the zip/unzip command using gzip.
Write a command to find all of the files which have been accessed within the last 30 days.