码迷,mamicode.com
首页 > 其他好文 > 详细

RHCE7设置运行级别 设置

时间:2015-07-18 20:05:05      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:rhce7设置运行级别 设置

一、设置命令行级别方法

[root@localhost ~]# systemctl set-default multi-user.target

rm ‘/etc/systemd/system/default.target‘

ln -s ‘/usr/lib/systemd/system/multi-user.target‘ ‘/etc/systemd/system/default.target‘

[root@localhost ~]#shutdown -r now


二、设置窗口级别方法:

[root@localhost ~]# systemctl set-default graphical.target

rm ‘/etc/systemd/system/default.target‘

ln -s ‘/usr/lib/systemd/system/graphical.target‘ ‘/etc/systemd/system/default.target‘

[root@localhost ~]#shutdown -r now


RHCE7设置运行级别 设置

标签:rhce7设置运行级别 设置

原文地址:http://dreamdragon.blog.51cto.com/6156273/1675890

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!