Tag Archive 'commands'

2008 Oct 20 2008

Command in linux: Shell

Table of Contents linux commands

  1. Command in linux: Shell
  2. Command in linux: The prompt


As with other Unix operating systems, Linux has a shell or shell script which makes so-called intermediary between the user and the operating system. One of the most used shell is called bash (which stands for Bourne Again SHell). This shell has a very simple interface, since it is a black screen in text mode which is a type indicator that it expects orders. This indicator is called the prompt. The following image shows a linux terminal show bash.


No comments