linux

User Login

User Name
Password
   
Forgot Password                  Sign Up

What's up ?

We value your feedbacks,ideas and your articles.Please navigate to the following links.

  • Feedback
  • I have an Idea
  • Advertise
  • The Article

    Would you like to post an article on this web site, then please navigaet here to do that.

    Submit an article

    Newletter SignUp

    Please register to receive a Newsletter.

    Register Here

    History of Linux Shell

    When AT & T software engineers Dennis Ritchie and Ken Thompson were designing UNIX, they wanted to create a way for people to interact with their new system.

    Operating systems at that time came with command interpreters, which could take commands from the user and interpret them into something computers could use.

    But Ritchie and Thompson wanted something more, something that offered better features than the command interpreters available at that time. This led to the development of the Bourne shell (known as sh), created by S.R. Bourne. Since the creation of the Bourne shell, other shells have been developed, such as the C shell (csh) and the Korn shell (ksh).

    When the Free Software Foundation sought a royalty-free shell, developers began to work on the language behind the Bourne shell as well as some of the popular features from other shells available at the time.

    The result was the Bourne Again Shell, or bash.RedHat Linux system includes several different shells, bash is the default shell for interactive users in linux. You can learn more about bash by reading the bash man page (type man bash at a shell prompt).