Shell Command

Light Poster
12Nov2006,00:36   #1
nathaniel's Avatar
Hey ppl

Now I want to know what is the shell command and what it means

Thanks
Go4Expert Founder
13Nov2006,10:34   #2
shabbir's Avatar
Shell is a piece of software that provides an interface for users. Typically, the term refers to an operating system shell which provides access to the services of a kernel.
Team Leader
13Nov2006,11:31   #3
pradeep's Avatar
A shell is a piece of software that provides an interface for users. Typically, the term refers to an operating system shell which provides access to the services of a kernel. However, the term is also applied very loosely to applications and may include any software that is "built around" a particular component, such as web browsers and email clients that are "shells" for HTML rendering engines. The name 'shell' originates from shells being an outer layer of interface between the user and the innards of the operating system (the kernel).

Operating system shells generally fall into one of two categories: command line and graphical. Command line shells provide a command line interface (CLI) to the operating system, while graphical shells provide a graphical user interface (GUI).
Go4Expert Member
22Jan2010,16:32   #4
talk2mohdsaif's Avatar
can u tell me about shell programming where it is to write and how i run will execute....
Go4Expert Member
27Feb2010,12:01   #5
karthigayan's Avatar
Shell programming is noting but a sequence of instructions which includes some of the shell commands.

It provide the way to achieve complex task which can not be achieved by command line.

Shell scripts are mostly used to for file manipulation.
Go4Expert Member
27Feb2010,12:05   #6
thillai_selvan's Avatar
As similar to unix commands a sequence of unix/linux commands can be placed in to a file for achieving a complex task. This is known as shell script