Linux Shell nature and how it works

Source: Internet
Author: User
  • The nature of the shell

The shell of the Linux system is equivalent to the "one shell" of the operating system, which is the command language interpreter, which provides the user with an interface to use the operating system. It does not belong to the kernel, but is run as a user state outside the kernel. Its basic function is to interpret and execute the various commands that the user has entered to implement the interface between the user and the Linux kernel.

Personal understanding: The shell is a normal user-state program, able to understand user commands. Is the messenger of the user and the system.

  • How the Shell works

After starting the Linux system, the kernel creates a process for each end user to execute the shell interpreter.

The following are personal understandings:

1.shell after checking and preprocessing the command line, use fork or vfork to create the child process.

2. Invoke the Execve execution command in the child process.

3. Wait for the child process to finish processing in this process (for non-background processes) and continue waiting for the user to enter the command.

Linux Shell nature and how it works

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.