Home  >  Article  >  Operation and Maintenance  >  How to exit the graphical interface in centos

How to exit the graphical interface in centos

王林
王林Original
2020-04-04 11:47:0810596browse

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

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

init 3

3. Open the graphical interface:

init 5

or

startx

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!

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