Centos 7设定默认运行级别

Posted

tags:

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

Centos 7设定默认运行级别


Centos7 中不再是使用 /etc/inittab 来配置运行级别,而是使用 systemd 来进行管理

[[email protected] ~]# ll /lib/systemd/system/runlevel3.target
lrwxrwxrwx. 1 root root 17 Feb 23 10:08 /lib/systemd/system/runlevel3.target -> multi-user.target
[[email protected] ~]# ll /lib/systemd/system/runlevel5.target
lrwxrwxrwx. 1 root root 16 Feb 23 10:08 /lib/systemd/system/runlevel5.target -> graphical.target
[[email protected] ~]#  
可以用来将默认(开机启动后)运行级别设定为3
[[email protected] ~]# systemctl set-default multi-user.target
Removed symlink /etc/systemd/system/default.target.
Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/multi-user.target

切换运行级别3
[[email protected] ~]# systemctl get-default
multi-user.target        ##runlevel 3

查看OS运行level
runlevel

Systemd介绍:http://www.178linux.com/48990




本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1949696

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

centos6,7的启动流程

centos-7个启动级别

Centos修改默认运行级别

CentOS 7 运行级别切换

CentOS 7 运行级别切换

[Linux 学习] Centos 图形和命令行界面切换