Disable Desktop environment

De Wiki Clusterlab.com.br
Revisão de 16h27min de 22 de maio de 2019 por Damato (discussão | contribs)
Ir para navegação Ir para pesquisar

To disable GUI on boot, run:

sudo systemctl set-default multi-user.target

To enable GUI again issue the command:

sudo systemctl set-default graphical.target

To start Gnome session on a system without a current GUI just execute: <syntaxhighlight lang=bash> sudo systemctl start gdm3.service </sytaxhighlight>