Introduction to Linux Shell

Source: Internet
Author: User
  1. What is a Linux Shell

A shell is a user program, or an environment that is provided for the user to interact with the system.

It is a language interpreter that executes commands that are read from a standard input device, has its own built-in shell command set, and the shell can be called by other applications in the system.

The shell will run when you log in or open the console.

The shell is not part of the system kernel, but it uses the system kernel to execute programs, create files, and so on.

2. How to access the shell

Terminal, secure SSH connection, use console.

3. Under the shell, you can use the following key combinations to edit and callback commands.

Ctrl+w: Deletes the word before the cursor position.

Ctrl+u: Empty Line

↑,↓ arrow key: View History command history.

Tab: Auto-complete file name, directory name, command name, and so on.

Ctrl+r: Search for previously used commands

CTRL + C: Abort the current command

Ctrl+d: Exit Login Shell

Esc+t: Two words before swapping the cursor

Introduction to Linux 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.