liunx的运行级别一共有7种
cat /etc/inittab 查看文件
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this) 关机
# 1 - Single user mode 单用户系统,不需要登陆,一般root密码忘了通过单用户找回密码
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking) 多用户系统但不支持NFS,命令行模式登陆
# 3 - Full multiuser mode 完整多用户模式,命令行模式登陆
# 4 - unused 未用
# 5 - X11 桌面模式,(需要安装桌面)
# 6 - reboot (Do NOT set initdefault to this) 重启
我们一般用的是3,和6模式,
想改变运行级别 可用 init 0-6
查看运行级别 runlevel