Jump to content

Operating system shell

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mjb (talk | contribs) at 18:58, 21 July 2005 (clarify that this is not about shells in general). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An operating system shell is a shell for an operating system; it is a program that presents an interface to various operating system functions and services. The shell is so called because it is 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).

The relative merits of CLI- and GUI-based shells are often debated. CLI proponents claim that certain operations can be performed much faster under CLI shells than under GUI shells (such as moving files, for example). However, GUI proponents advocate the comparative usability and simplicity of GUI shells. The best choice is often determined by the way in which a computer will be used. On a server mainly used for data transfers and processing with expert administration, a CLI is likely to be the best choice. On the other hand, a GUI would probably be more appropriate for a computer to be used for secretarial work.

List of shells

Graphical (GUI) shells

Text (CLI) shells

See also