/etc 存放各類配置文件ide
/etc/inittab 控制啓動模式 this
[root@localhost ~]# cat /etc/inittabspa
# inittab is only used by upstart for the default runlevel.命令行
#orm
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.ci
#get
# System initialization is started by /etc/init/rcS.confit
#io
# Individual runlevels are started by /etc/init/rc.confevent
#
# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf
#
# Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf,
# with configuration in /etc/sysconfig/init.
#
# For information on how to write upstart event handlers, or how
# upstart works, see init(5), init(8), and initctl(8).
#
# 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)(重啓)
# id:3:initdefault:
查看運行級別
[root@localhost ~]# runlevel
N 3
不一樣模式切換
init 數字