Home > System Tutorial > LINUX > body text

What are some ways to disable the graphical interface of a CentOS distribution?

PHPz
Release: 2024-01-03 09:18:02
forward
530 people have browsed it

Many friends who use Linux at home use virtual machines to build Linux. The resources that can be allocated to virtual machines are limited. If some services are not turned off, the system will be stuck. Among these services, the graphical interface is the first service to be shut down. Below I list the methods for turning off the graphical interface in three distributions that I have used.

1.CentOS 5, 6 series. Open the /etc/inittab file and change the line id:5:initdefault to id:3:initdefault:. Restart the system and it will take effect. If you want it to take effect immediately, you can enter "init 3" on the command line;

2.CentOS7 series. ln -svf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target, restart the system to take effect.

3.Ubuntu 15 series. Open the /etc/X11/default-display-manager file and enter false under the line #/usr/sbin/lightdm. Then save and exit, and restart the system to take effect.

The above is the detailed content of What are some ways to disable the graphical interface of a CentOS distribution?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!