用下面命令查看查看是哪个模式
systemctl get-default
开机启动图形界面
-
systemctl set-default graphical.target(图形界面模式) -
reboot(重启系统)
如果想转回开机启动字符界面模式
-
systemctl set-default multi-user.target(字符界面模式) -
reboot(重启系统)
本文介绍如何在Linux系统中切换默认的启动界面模式,包括从字符界面模式切换到图形界面模式,以及相反的操作。
用下面命令查看查看是哪个模式
systemctl get-default
开机启动图形界面
systemctl set-default graphical.target(图形界面模式)
reboot(重启系统)
如果想转回开机启动字符界面模式
systemctl set-default multi-user.target(字符界面模式)
reboot(重启系统)
3783

被折叠的 条评论
为什么被折叠?