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: 2018/09/02 00:21 by odefta