Home>Article>Operation and Maintenance> How to switch to graphical interface in centos7
The way to switch from the command line interface to the graphical interface in centos7 is to execute the [systemctl set-default graphical.target] command and then restart the computer.
#The operating environment of this article: centos7 system, thinkpad t480 computer.
Switch from command line mode to graphical interface mode:
Execute the command systemctl set-default graphical.target, and then enter reboot to restart.
Switch from graphical interface mode to command line mode:
Enter the command systemctl set-default multi-user.target and then enter reboot to restart.
Related recommendations:centos tutorial
The above is the detailed content of How to switch to graphical interface in centos7. For more information, please follow other related articles on the PHP Chinese website!