Linux设置开机进入shell或xwindows

改为进入shell
systemctl set-default multi-user.target

改为进入xwindows
systemctl set-default graphical.target

评论已关闭。