Linux系统运行模式
Linux系统运行模式一、运行模式1、运行模式2、查看系统当前运行模式3、切换模式二、救援模式修复磁盘挂载
一、运行模式
1、运行模式
0
关机模式
1
单用户模式(重置root密码)
2
字符模式(无网络连接,网卡不能使用)
3
完整的字符模式 //红色为常见的
4
空白模式(预留出来)
5
图形化模式
6
重启模式
2、查看系统当前运行模式
[root@localhost ~]# runlevel N 5
3、切换模式
//前提是系统必须已经安装了该系统 [root@localhost ~]# init 3 [root@localhost ~]# init 5
-
Centos 7:
切换系统运行模式:
[root@hosta ~]# systemctl isolate graphical.target [root@hosta ~]# systemctl isolate multi-user.target
设置系统默认启动模式:
[root@hosta ~]# systemctl set-default multi-user.target
二、救援模式修复磁盘挂载
-
先将虚拟机电源设置为“打开电源时自动进入固件”
-
进入光盘的BIOS界面
-
选择Troubleshoot
-
选择Rescue a Centos system
-
进入Rescue Mount,输入相应命令即可进入救援模式
-
救援操作结束后退出
-
再次进入BIOS界面设置为从硬盘启动