Linux运行级别

Posted 雪胖胖?

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux运行级别相关的知识,希望对你有一定的参考价值。

Linux运行级别

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)

切换运行级别 
init 级别

查看运行级别

who -r : print current runlevel

[[email protected] ~]# who -r
         run-level 3  2018-12-13 10:55                   last=5

runlevel : 用于打印当前Linux系统的运行等级,分别是
之前的运行级别(无则显示”N”) 当前运行级别

[[email protected] ~]# runlevel
5 3

修改启动时默认运行级别

vi /etc/inittab

id:5:initdefault:

中间的 5 改成 3


以上是关于Linux运行级别的主要内容,如果未能解决你的问题,请参考以下文章

linux运行级别简介

linux运行级别简介

linux运行级别和开机流程

linux系统的运行级别

Linux:检查当前运行级别的五种方法

Linux系统有7个运行级别