Enable GUI Login on Linux Servers | systemctl set-default explained

Опубликовано: 31 Март 2026
на канале: AI Era
34
3

In this quick tutorial, I’ll show you how to configure a Linux system to boot into the GUI (Graphical User Interface) by default using systemctl set-default. This method works for RHEL, CentOS, Fedora, Ubuntu, and other systemd-based distros — and best of all, no reboot is required after the change!

📌 Command Used:

sudo systemctl set-default graphical.target
🖥️ Applies to: RedHat, CentOS, Fedora, Ubuntu, Debian


#LinuxGUI #systemd #LinuxTutorial #DevOps #Sysadmin