Note how to disable/enable Ubuntu graphical login
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 28 Feb 2020 07:16:20 +0000 (02:16 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 28 Feb 2020 07:16:20 +0000 (02:16 -0500)
notes-ubuntu.md [new file with mode: 0644]

diff --git a/notes-ubuntu.md b/notes-ubuntu.md
new file mode 100644 (file)
index 0000000..ead838f
--- /dev/null
@@ -0,0 +1,10 @@
+Graphical boot
+--------------
+
+### Disable
+
+       sudo systemctl set-default multi-user.target
+
+### Enable
+
+       sudo systemctl set-default graphical.target
This page took 0.016872 seconds and 4 git commands to generate.