知识大纲:
- 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
```
、、、、、、、、、、