Shell Note 2

Source: Internet
Author: User
  1. Shell types: Bourne shell, Bourne Again shell, C shell, Korn shell, Perl shell

  2. Users can choose their favorite shell (specified when the system administrator creates an account for the user), and in the last field of the/etc/passwd file, you can see the name of the shell that the user is currently using.

  3. Use the grep command to view the/etc/passwd file, showing the shell used by the current logged-on user, with the following format:

    #grep $LOGNAME/etc/passwd

  4. Bourne Again Shell, which is bash, is the default shell for Linux and the most popular kind of shell.

  5. Bash provides the command history, command completion, command editing and other functions.

  6. To start bash, just type bash at the command line and press ENTER.

  7. Korn Shell, with strong job control ability, such as suspend, background execution, wake up, termination, etc., also provides the window function.


Shell Note 2

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.