Home>Article>Operation and Maintenance> How to switch to graphical interface in centos7

How to switch to graphical interface in centos7

王林
王林 Original
2021-05-12 14:25:28 35749browse

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.

How to switch to graphical interface in centos7

#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.

How to switch to graphical interface in centos7

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn