what is difference between kernel and shell?
Answers were Sorted based on User's Feedback
Answer / ganesan.k
The kernel
The kernel is the hub of the operating system: it allocates
time and memory to programs and handles the filestore and
communications in response to system calls.
The shell
The shell acts as an interface between the user and the
kernel. When a user logs in, the login program checks the
username and password, and then starts another program
called the shell. The shell is a command line interpreter
(CLI). It interprets the commands the user types in and
arranges for them to be carried out. The commands are
themselves programs: when they terminate, the shell gives
the user another prompt.
Regards,
K.Ganesan
Is This Answer Correct ? | 268 Yes | 34 No |
Answer / kakani santosh
Shell is a command interpreter
which acts as interface between user(UI) and Kernal
shell can execute no of commands with in single command in
logical order known as shell script
where as kernal is a group of programes writen in c lang to
interact with hardware directly
so user can interact with kernal though shell
only admin can interact with Kernal Directly in rare cases
Is This Answer Correct ? | 128 Yes | 35 No |
Answer / sumant
kernel gives the hardware interaction with user whereas
shell is giving interface between user and kernel.
Is This Answer Correct ? | 90 Yes | 14 No |
Answer / sai krishna gowd d
Kernel is the heart of Unix which can only directly
interact with the set of device drivers.
Shell is the interface for user to give commands to unix
using the system calls what he wants to do with the
hardware devices.
Is This Answer Correct ? | 32 Yes | 16 No |
Answer / sunil
kernel is which interacts between hardware componets and applications and shell is which interacts between application and user..
Is This Answer Correct ? | 20 Yes | 7 No |
Answer / shubham agrawal
kernel basically act as a interface to the hardware. it
gives commands in low level language to the hardware for
intereact it with our OS
while shell is a command line interpreter. it interprete
the command written in HLL to LLL and send it to the kernel
to perform it. So in this way we can say that kernel is
heart of the OS while shell is mind.
Is This Answer Correct ? | 20 Yes | 8 No |
Answer / asif
Shell is a command interpreter
which acts as interface between user(UI) and Kernal
shell can execute no of commands with in single command in
logical order known as shell script
where as kernal is a group of programes writen in c lang to
interact with hardware directly
so user can interact with kernal though shell
only admin can interact with Kernal Directly in rare cases
Is This Answer Correct ? | 18 Yes | 11 No |
Answer / bhaskar roy
Kernel is the part of UNIX operating system which is
responsible for the creation and management of files and
processes. It interacts directly with the machine hardware.
It is represented by the file unix or vmlinuz, which is
loaded into memory when the machine is booted.
Shell is the command interpreter of the UNIX operating
system which runs perpetually at every logged-in terminal.
The shell processes a user request and interacts with the
kernel to execute the command. It also possesses a
programming capability.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / rahul deb barman
p1.Kernel--->
1. core of the UNIX
2. provides file system, CPU scheduling, memory management, and other functions of OS through system calls.
p2. Shell---->
1. a command interpreter.
2. called a shell because it surrounds the kernel.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sangeetha
kernal is nothing but a heart of linix,
shell is interaction bw the user and kernal,it is a commamd line interpreter...
Is This Answer Correct ? | 9 Yes | 5 No |
What are each of the standard files and what are they normally associated with?
What is mutex?
What does iostat do?
what is difference between kernel and shell?
What are the events done by the Kernel after a process is being swapped out from the main memory?
What are the processes that are not bothered by the swapper? Give Reason.
In this command sqlplus -s username/password what is -S and what's the use..???
If your linux machine shows a ~(tilde) in most filenames on your dos or windows partition,what is the mistake you have made?How do you get back the long filenames?
In Unix inter process communication take place using?
What is file constructing in UNIX/AIX ?
how can you say that unix operating system provides more security than other operating systems.
process id for kernell process?