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 linuxarch 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 instructionsThe so-called in-depth learning instructions are function-based instruction learning File management instructions, disk management, memory viewing and management, user management and other operationsRecommended 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 editorhttp://www.php.cn/linux-375845.html
6.shell programmingIn 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!