#
# 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) 多用户模式,不支持NFS。
# 3 - Full multiuser mode 多用户模式,不支持NFS,经常使用
# 4 - unused 没有使用
# 5 - X11 图形界面启动方式
# 6 - reboot (Do NOT set initdefault to this) 重新启动
#
id:5:initdefault: 默认运行等级5
[root@localhost ~]#