Linux settings boot into the graphical interface

王林
Release: 2020-06-05 16:25:43
Original
8014 people have browsed it

Linux settings boot into the graphical interface

1. First enter the root user;

2. Then check the startup mode of the current system. The command is as follows:

systemctl get-default
Copy after login

3. Finally, change the startup mode. The change command is as follows:

systemctl set-default graphical.target //由命令行模式更改为图形界面模式
systemctl set-default multi-user.target //由图形界面模式更改为命令行模式
Copy after login

Recommended tutorial: linux tutorial

The above is the detailed content of Linux settings 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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!