首页 > 其他 > 详细

RHCE7设置运行级别 设置

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

一、设置命令行级别方法

[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设置运行级别 设置

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!