Files
chill_notes/附件/2026/个人知识库/Linux/前言.md
2026-04-21 17:41:25 +08:00

9 lines
1.9 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Linux**==提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在****Linux****系** **统上工作离不开使用系统提供的命令。要想真正理解****Linux****系统,就必须从****Linux****命令学起,通过基础的命令学习可以进一步理解****Linux**==系统。
## 不同**==Linux****发行版的命令数量不一样,但****Linux****发行版本最少的命令也有****200**==多个。这里笔者把比较重要和使用频率最多的命令,按照它们在系统中的作用分成下面六个部分一一介绍。
## ◆** **安装和登录命令:**==login****、****shutdown****、****halt****、****reboot****、****install****、****mount****、****umount****、****chsh****、****exit****、****last**==
## ◆** **文件处理命令:**==file****、****mkdir****、****grep****、****dd****、****find****、****mv****、****ls****、****diff****、****cat****、****ln**==
## ◆** **系统管理相关命令:**==df****、****top****、****free****、****quota****、****at****、****lp****、****adduser****、****groupadd****、****kill****、****crontab**==
## ◆** **网络操作命令:**==ifconfig****、****ip****、****ping****、****netstat****、****telnet****、****ftp****、****route****、****rlogin****、****rcp****、****finger****、****mail****、** **nslookup**==
## ◆** **系统安全相关命令:**==passwd****、****su****、****umask****、****chgrp****、****chmod****、****chown****、****chattr****、****sudo ps****、****who**==
## ◆** **其它命令:**==tar****、****unzip****、****gunzip****、****unarj****、****mtools****、****man****、****unendcode****、****uudecode**==。
> 来自 <[https://www.cnblogs.com/tangbinblog/archive/2012/10/17/2727942.html](https://www.cnblogs.com/tangbinblog/archive/2012/10/17/2727942.html)>