Answers for "ubuntu 20 gui"

0

start Gui on your Ubuntu 20.04 system from cli

$ sudo systemctl isolate graphical
Posted by: Guest on October-28-2020
0

what if i dont want gui in ubuntu 20.04

$ sudo systemctl set-default multi-user
#command to disable GUI on boot hence upon the reboot, 
#the system will boot into multi user target:
Posted by: Guest on February-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language