Shell basics-several common shell introductions

Source: Internet
Author: User
Tags introductions
Introduction to several common Shells

Linux provides a variety of shell options. Frequently used include Bourne shell (SH), C-shelll (CSH), KoRn shell (Ksh), And Bourne again shell (BASH ).

(1) The Bourne shell is developed by Steven Bourne Of The at&t Bell lab for at&t Unix. It is the default shell of UNIX and is also the basis for development of other shells. Bourne shell is excellent in programming, but it is inferior to several other shells in dealing with user interactions.

(2) c shell is developed for bsd unix by Bill Joy of Berkeley University in California. Unlike SH, C shell syntax is similar to C language. It provides user interaction features that the Bourne shell cannot process, such as command completion, command alias, and historical command replacement. However, C shell and bourneshell are not compatible.

(3) The Korn shell is developed by David Korn of the at&t Bell lab. It integrates the advantages of C shell and Bourne shell and is fully compatible with the Bourne shell. The Korn shell is highly efficient, and its command interaction interface and programming interaction interface are both very good.

(4) Bourne again shell (BASH) is a shell developed by the Free Software Foundation (GNU). It is a default shell in Linux. Bash is not only compatible with the Bourne shell, but also inherits the advantages of C shell and Korn shell.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.