Change if CentOS 8 boots to a GUI or to the command line.
Step-by-step guide
- Choose which mode you would like
Boot to GUI
You must have a GUI (like GNOME) installed for this to work!
sudo systemctl set-default graphical.target
Boot to command line
sudo systemctl set-default multi-user.target
- Reboot to see changes take effect
Related articles