User Tools

Site Tools


linux:centos:gnome

This is an old revision of the document!


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.1535836861.txt.gz · Last modified: 2023/07/04 19:36 (external edit)