“Fedora 29: 系统启动”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
(创建页面,内容为“不再是/etc/init,而是需要通过systemctl来进行配置: #systemctl get-default #查看默认配置,默认为multi-user.target #syst...”)
 
(没有差异)

2019年4月20日 (六) 15:28的最新版本

不再是/etc/init,而是需要通过systemctl来进行配置:

  1. systemctl get-default #查看默认配置,默认为multi-user.target
  2. systemctl set-default graphical.target #设置为图形界面启动
  3. systemctl get-default