Basic concepts of Linux Learning

Source: Internet
Author: User

1.Linux Features:

1. Open source

2. Free

3. Stability

2.shell: Command line interpreter to identify and analyze commands. Shell Development Shell (interface Program) and Windows window functions the same.

Shell Shell Features:

1. Read and Identify commands

2. Adjust the interface provided by the operating system

3. Interface return command

BASH interpreter: a shell

3. Von Neumann thought, the computer divides into: the input device, the memory, the calculator, the controller, the output.

4. Memory: Memory-cache (caches)-register

Persistent storage media: power-down still in

Loss-of-power volatile storage media: memory, Cache, register

5. In Linux, Files: devices, displays, all document design ideas (software layer implementation of virtual)

File type: Normal file (-), directory file (content and other files different, d), link file (l), device file (character: printer, keyboard; block: Disk), pipe, socket (socket), where pipelines and sockets are two mechanisms of process communication.

Files starting with. are hidden files (relative).

File attributes (properties and Types):

Read

Write

Perform

6. Access to the directory is independent of the Read permission and is related to execution permissions.

Directory Permissions: Execute permissions (CD), read folder contents, write (newly created folder contents)

7.CPU function: Take instruction, read instruction (analysis is logical instruction or operation instruction), execute instruction.

8. If there is a task, the shell does not execute itself, the child process is created to complete the task, the parent process focuses on the command line, and the child process tells the parent process whether the execution was successful.

9. Operating system (Kernel): Management of computer resources, major device management, file management, storage management, process management.

10.Linux memory space: From low address to high address are: code snippet, initialized variable area, global variable and static variable area, for initializing variable area, heap, shared map area, stack, command line parameter, environment variable.

This article is from the "Small Stop" blog, please be sure to keep this source http://10541556.blog.51cto.com/10531556/1759625

Basic concepts of Linux Learning

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.