知識大綱:
- Linux常用命令
- 系統定時任務
- VI/VIM編輯器
- Shell基礎
### Linux 常用命令
1、 系統安全類
```
sudo、su、chmod、setfacl
```
2、 進程管理類
```
w、top、ps、kill、pkill、pstree、killall
```
3、用戶管理類
```
id、usermod、useradd、groupadd、userdel
```
4、文件系統
```
mount、umount、fsck、df、du
```
5、系統關機和重啟
```
shutdown、reboot
```
6、網絡應用
```$xslt
curl、telnet、mail、elinks
```
7、網絡測試
```$xslt
ping、netstat、host
```
、、、、、、、、、、