How to switch boot target to text or GUI in systemd Linux
You can switch the boot target to text or GUI mode in a system running Linux with systemd by performing the following steps: To switch to text mode, enter the following command in the terminal: sudo systemctl set-default multi-user.target To switch to GUI mode, enter the following command in the terminal: sudo systemctl set-default graphical.target … Read more