Jump to content

Shell (computing)

From Simple English Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

An operating system shell is a user interface that enables the user to interact with and access the services offered by the operating system. The user gives commands to the operating system through its shell.

In simple words - a shell is a program that accepts the input from users and excutes program on their behalf by creating a new process, and whatever the response from that particular program - which could be input, output or error - it shows back to the user.

Various shells

There are various types of shells:

  1. Command line shells: the user types commands at the prompt.
  2. Menu driven shells: the user selects commands from menus.
  3. Graphical user interface shells: the user selects  graphical menus and icons.

Examples of command line operating systems are UNIX and Disk Operating System (DOS). Examples of menu driven operating systems are the DOS shell. Finally, examples of graphical user interface (GUI) operating system are Linux and Microsoft Windows.