Boot to CLI

Boot Linux into CLI headless mode

Boot to CLI

sudo systemctl set-default multi-user.target

Revert to GUI boot

sudo systemctl set-default graphical.target

Reference

https://unix.stackexchange.com/questions/90554/how-to-boot-linux-to-command-line-mode-instead-of-gui

Content Licensed under CC BY-SA 4.0. Code licensed under the MIT License.
Last updated on Oct 06, 2024 04:06 UTC