Basic Command Boot Chapter

Source: Internet
Author: User

introduced         

Learn Linux, skilled operation of the basic command is the premise, often the basic command is the need to deeply remember into ventricles nautical mile. Below, is my Linux basic command boot, guide me to record the use of the basic commands.


Directory

An elegant sentence that takes you to the ocean of Linux commands:

  • A year from now , and you'll wish you had started today.  

  • B

  • C

  • D

  • E

  • F

  • G

  • H

  • I

  • J

  • K

  • L

  • M

  • N

  • O

  • P

  • Q

  • R

  • S

  • T

  • U

  • V

  • W

  • X

  • Y

  • Z

General format: # COMMAND OPTIONS ARGUMENTS

COMMAND: Command

    • Initiating a command: Requests that the kernel run a binary program as a process;

    • The command itself is an executable program file: A binary format file that may invoke a shared library file;

    • Most system program files are stored in:/bin,/sbin,/usr/bin,/usr/sbin,/usr/local/bin,/usr/local/sbin

General Command:/bin,/usr/bin,/usr/local/bin

Management commands:/sbin,/usr/sbin,/usr/local/sbin

Shared libraries:/lib,/lib64,/usr/lib,/usr/lib64,/usr/local/lib,/usr/local/lib64

32bits Library:/lib,/usr/lib,/usr/local/lib

64bits Library:/lib64,/usr/lib64,/usr/local/lib64

Note: Not all commands have a executable program file that corresponds to a directory

The commands are divided into two categories:

Commands that are brought in by the shell program: Built-in commands (BUILTIN)

Standalone executable program file, file name is command name: external command

Shell program is a unique program, responsible for parsing the user-supplied commands;

Environment variables:

Path: The path from which to find the command file for the command string that the user typed;


This article is from the "home of small Mosquitoes" blog, be sure to keep this source http://timber.blog.51cto.com/7677013/1730471

Basic Command Boot Chapter

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.