Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ sudo systemctl isolate multi-user.target

To return to the graphical desktop environment:

Code Block
systemctl isolate graphical.target

To make this change permanent (eg, the graphical desktop environment will no longer start automatically):

...