1.CentOS6.x启动管理
1.1系统运行级别

1.1.1运行级别命令
runlevel#查看运行级别命令init 运行级别#改变运行级别命令
1.1.2centos6.x系统默认运行级别
vim /etc/inittab
#id:3:initdefault
#系统开机后直接进入哪个运行级别
1.1.3centos7系统默认运行级别

systemctl [command] [unit.targt]
command:
get-default :取得当前的target
set-default TARGET.target:设置指定的target为默认的运行级别
isolate TARGET.target:切换到指定的运行级别

1.2系统启动过程
https://blog.csdn.net/qq_27754983/article/details/75212666
2.启动引导程序grep
https://www.cnblogs.com/duzhaoqi/p/7582404.html
3.系统修复模式
4.备份与恢复
3.1 Linux系统需要备份的数据

3.2安装服务的数据

3.3备份命令
3.3.1dump
3.3.2restore

