Linux History Command

Linux History Command

Linux History Command 1. Overview In the Linux system, the <span>history</span> command is a tool used to view the history of commands executed by the current user. It can improve command operation efficiency, facilitate troubleshooting analysis, and enhance auditing capabilities. The Linux Shell (such as Bash) by default records the commands executed by the user … Read more

Linux Shell: From Beginner to Retirement

Linux Shell: From Beginner to Retirement

Learning Linux Shell commands is a gradual process. Beginners can start with basic commands and gradually master scripting and system management. During the learning process, it is recommended to practice hands-on and refer to online documentation and community resources. At the same time, as technology continues to evolve, Linux is also constantly updating. Maintaining a … Read more

A Collection of Text Processing Tools in Linux Shell

A Collection of Text Processing Tools in Linux Shell

(Click the public account above to quickly follow) From: cnblogs Link: http://www.cnblogs.com/me115/p/3427319.html This article will introduce the most commonly used tools for text processing in Shell under Linux: find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, awk; The examples and parameters provided are the most commonly used and practical; My principle for using … Read more

A Beautiful Shell for Linux

A Beautiful Shell for Linux

First, let’s start with a beautiful image 1 Introduction to zsh 1.1 Linux Shell Linux/Unix provides many types of shells. Why so many shells? Are they for cooking? Let me ask you, why do you have so many similar clothes? Different colors and textures. Writing programs is much more complex than buying clothes, and programmers … Read more

Examples of Control Statements in Linux Shell

Examples of Control Statements in Linux Shell

(Click the public account above to quickly follow) Author: Cheng Mo, www.cnblogs.com/chengmo/archive/2010/10/14/1851434.html If you have good articles to submit, please click → here for details The Linux shell has its own set of control statements, including conditional statements (if), loop statements (for, while), and selection statements (case). Below, I will introduce the usage of each … Read more

Comprehensive Analysis of Linux Permissions: An Essential Guide from Beginner to Expert!

Comprehensive Analysis of Linux Permissions: An Essential Guide from Beginner to Expert!

Linux | Red Hat Certification | IT Technology | Operations Engineer 👇 Join our technical exchange QQ group with 1000 members, note 【public account】 for faster approval 1. Introduction to Shell Commands Before understanding Linux operating permissions, let’s add a knowledge point: shell – command line interpreter. For Linux, it is the operating system, which … Read more

Efficiently Manage Linux Projects with Makefile

Efficiently Manage Linux Projects with Makefile

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group of 1000 people, note “public account” for faster approval Basic Structure A simple Makefile usually includes the following parts: Variable Definitions: You can define compilers, compilation options, source files, etc. Rules: Specify how to build targets. The … Read more

10 Essential Linux Commands to Remember in 2022

10 Essential Linux Commands to Remember in 2022

1. Commands for Managing Files and Directories in Linux 1.1 pwd Command The English explanation of this command is print working directory. When you enter the pwd command, Linux will output the current directory. 1.2 cd Command The cd command is used to change the current directory. cd / to switch to the root directory … Read more

Over 1000 Common Linux Commands to Master

Over 1000 Common Linux Commands to Master

Warm Reminder: For better practical learning, it is recommended to refer to this on a PC. 0. Introduction No matter if you are engaged in development or operations, you need to understand the basic Linux commands. Linux commands are the core of the normal operation of the Linux system. If you are in operations, then … Read more