Learn Linux steps and methods

巴扎黑
Release: 2017-08-02 16:15:19
Original
1633 people have browsed it

For many people, when learning new things, the most confusing thing is not knowing how to learn, what is the method, and what is the order of learning. Below we will introduce how to learn Linux so that you will no longer be confused.

1. Install the Linux system

Installing the Linux system is the beginning of learning Linux, and it is also a must, otherwise you will not be able to learn Linux.

Recommend an installation tutorial:

http://www.php.cn/linux-375835.html

2. Use linux

After installation, we need to know how to use Linux, such as how to access files, how to listen to music, how to watch videos, how to surf the Internet, etc.; that is, most of our work can be solved with Linux.

Because there is a lot of content, this step can be combined with the following steps. After learning the following steps, this step will naturally be completed.

Recommended related articles:

http://www.php.cn/linux-375838.html

##http:// www.php.cn/linux-375837.html

3. Learn common instructions of linux

arch Display the processor architecture of the machine (1)

uname -m display The processor architecture of the machine (2)
uname -r displays the kernel version being used
dmidecode -q displays the hardware system components - (SMBIOS/DMI)
hdparm -i /dev/hda lists a disk Architectural features
hdparm -tT /dev/sda performs test read operations on the disk
cat /proc/cpuinfo displays CPU info information
cat /proc/interrupts displays interrupts

http://www.php.cn/php-notebook-114082.html

4. In-depth learning instructions

The so-called in-depth learning instructions are function-based instruction learning File management instructions, disk management, memory viewing and management, user management and other operations

Recommended articles:

http://www.php.cn/linux-375840.html

http://www.php.cn/linux-375841.html

http://www.php.cn/linux- 375842.html

http://www.php.cn/linux-375843.html

5.Linux text editor

http://www.php.cn/linux-375845.html

6.shell programming

In Linux, wildcards are interpreted by the shell, Regular expressions are interpreted by commands, don't confuse the two. Remember! ! !

There are usually three text processing tools/commands: grep, sed, and awk, all three of which can interpret regular expressions. Below I will introduce to you how to use the grep command.

http://www.php.cn/linux-369457.html

The above is the detailed content of Learn Linux steps and methods. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template