linux:centos:gnome
Table of Contents
Start CentOS without UI
systemctl set-default multi-user.target systemctl reboot
Start CentOS with UI
systemctl set-default graphical.target systemctl reboot
Check current mode
systemctl get-default
Stop GNOME UI
systemctl stop gdm
Restart it back when needed:
systemctl start gdm
linux/centos/gnome.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1