Comprehensive Guide to Common Linux Commands

Editor’s Recommendation

Linux commands are used to manage the Linux system. In the Linux system, everything from the central processing unit, memory, disk drives, keyboard, mouse, to users is treated as files. The commands for managing the Linux system are the core of its normal operation. One important point to note is that unlike DOS commands, Linux commands (including filenames, etc.) are case-sensitive.

Compiled from丨Network

Linux commands can be divided into internal commands and external commands: internal commands are loaded into memory when the system starts and reside in memory, which makes them efficient to execute. External commands are software functionalities of the system, which are read into memory from the hard disk only when needed by the user.

External commands, also known as filesystem commands, are programs outside the bash shell and are not part of the shell. External commands are generally located in /bin, /usr/bin, /sbin, or /usr/sbin.

Internal commands are integrated with the shell; they exist as components of shell tools and do not require spawning a subprocess to execute or opening a program file. We should also note that many commands have multiple implementations (for example, the same command may be both an internal and an external command).

Online Query and Help Commands

Comprehensive Guide to Common Linux Commands

File and Directory Operation Commands

Comprehensive Guide to Common Linux Commands

View File and Content Processing Commands

Comprehensive Guide to Common Linux Commands

File Compression and Decompression Commands

Comprehensive Guide to Common Linux Commands

Information Display Commands

Comprehensive Guide to Common Linux Commands

File Search Commands

Comprehensive Guide to Common Linux Commands

User Management Commands

Comprehensive Guide to Common Linux Commands

Basic Network Operation Commands

Comprehensive Guide to Common Linux Commands

Advanced Network Operation Commands

Comprehensive Guide to Common Linux Commands

Commands Related to Disks and File Systems

Comprehensive Guide to Common Linux Commands

System Permissions and User Authorization Commands

Comprehensive Guide to Common Linux Commands

Commands to View System User Login Information

Comprehensive Guide to Common Linux Commands

Built-in Commands and Others

Comprehensive Guide to Common Linux Commands

System Management and Performance Monitoring Commands

Comprehensive Guide to Common Linux Commands

Shutdown / Restart / Logout and View System Information Commands

Comprehensive Guide to Common Linux Commands

Process Management Commands

Comprehensive Guide to Common Linux Commands

Leave a Comment