Home > Operation and Maintenance > CentOS > How to set up centos7 to boot into the graphical interface

How to set up centos7 to boot into the graphical interface

王林
Release: 2020-05-17 11:40:21
Original
6899 people have browsed it

How to set up centos7 to boot into the graphical interface

执行如下命令查看当前开机启动模式

systemctl get-default
Copy after login

graphical.target代表开机时启动图形化界面;multi-user.target代表开机时启动dos界面

最后输入如下命令设置开机启动图形界面

systemctl set-default graphical.target
Copy after login

推荐教程:centos教程

The above is the detailed content of How to set up centos7 to boot into the graphical interface. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template