一 运行级别

Linux系统运行级别
 
 
二 运行级别命令
runlevel
查看运行级别命令
init 运行级别
修改运行级别命令
 
三 系统默认运行级别
vim /etc/inittab
系统开机后直接进入哪个运行级别
 
四 实战
[[email protected] ~]# runlevel
N 5
[[email protected] ~]# init 3
PolicyKit daemon disconnected from the bus.
We are no longer a registered authentication agent.
[[email protected] ~]# runlevel
5 3
 
 

相关文章: