How to exit the graphical interface in centos

王林
Release: 2020-04-04 11:47:08
Original
10586 people have browsed it

How to exit the graphical interface in centos

System: centos6

The method is as follows:

1. Switch to the root user and execute the following command:

su root
password
Copy after login

2 , close the graphical interface (the XServer service will also be closed)

init 3
Copy after login

3. Open the graphical interface:

init 5
Copy after login

or

startx
Copy after login

4. Set when booting Do not enter the

The above is the detailed content of How to exit the graphical interface in centos. 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