From: Siraaj Khandkar Date: Fri, 28 Feb 2020 07:16:20 +0000 (-0500) Subject: Note how to disable/enable Ubuntu graphical login X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=fa83c9059aa7c3ccd86f648d53939447696d47a3 Note how to disable/enable Ubuntu graphical login --- diff --git a/notes-ubuntu.md b/notes-ubuntu.md new file mode 100644 index 0000000..ead838f --- /dev/null +++ b/notes-ubuntu.md @@ -0,0 +1,10 @@ +Graphical boot +-------------- + +### Disable + + sudo systemctl set-default multi-user.target + +### Enable + + sudo systemctl set-default graphical.target