運行級別 7個 網絡
cat /etc/inittab # Default runlevel. The runlevels used are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this)
runlevel 查看當前系統的運行級別this
init命令用於切換到指定的運行級別,用法以下:spa
[root@localhost ~]# init 0 //關機 [root@localhost ~]# init 1 //切換到單用戶模式/救援模式 [root@localhost ~]# init 2 //切換到無網絡鏈接的多用戶命令行模式 [root@localhost ~]# init 3 //切換到有網絡鏈接的多用戶命令行模式 [root@localhost ~]# init 4 //不可用 [root@localhost ~]# init 5 //切換到帶圖形界面的多用戶模式 [root@localhost ~]# init 6 //重啓