Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 09:24:34 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
HOW SHELL INTERACTS WHEN A COMMAND IS FIRED?
« previous
next »
Print
Pages: [
1
]
Author
Topic: HOW SHELL INTERACTS WHEN A COMMAND IS FIRED? (Read 9543 times)
radhika789
Linux Noob !
Posts: 9
HOW SHELL INTERACTS WHEN A COMMAND IS FIRED?
«
on:
August 08, 2009, 02:55:24 PM »
HOW SHELL INTERACTS WHEN A COMMAND IS FIRED?
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
Re: HOW SHELL INTERACTS WHEN A COMMAND IS FIRED?
«
Reply #1 on:
September 02, 2009, 05:16:56 AM »
The user can't directly access the h/w so there is something called kernel in OS which have direct access to h/w and the shell is something which passes the command to kernel and kernel interects with H/w.
Shell acts as command interpreter i.e it converts the command which is in high level lang i.e ( like ls, date ) into bits and bytes and passes to the kernel which inturns give the results in bits or bytes(low level or m/c level) and passes to shell which in turns converts to high level and display to user
User-----------shell ------------------kernel---------------h/w
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
HOW SHELL INTERACTS WHEN A COMMAND IS FIRED?