0204003-fedora修改启动级别

0204003-fedora修改启动级别

fedora21 workstation版本

1.改变默认运行级别

systemd 使用链接来指向默认的运行级别。在创建新的链接前,你可以通过下面命令删除存在的链接:

 rm /etc/systemd/system/default.target

默认切换到运行级 3 :

 ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target

默认切换到运行级 5 (图形用户界面):

 ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target

2.参考

0.修订记录

class nobody{
public:
	string author    = "zhiw";
	string email     = "zhiw2019#163.com"
	string timestamp = "2015年2月5日"
	string version   = "000,初始发布"
};
posted @ 2015-02-05 15:18  zhiw2019  阅读(241)  评论(0编辑  收藏  举报