I wanted to only get the terminal of Ubuntu but got a black screen The normal rebooting work but after that a black screen Os: Lubuntu 20.04 a fork of ubuntu The command: $ sudo systemctl set-default multi-user" Any help would be appreciated
Asked
Active
Viewed 112 times
1 Answers
0
I had edited some system files but found a fix
If you have root access to the terminal then run this command:
sudo systemctl set-default graphical
Or this one if you know your window manager:
sudo systemctl start "yourwmname"
And thanks to everyone who helped me.

Zanna
- 70,465
gnome-terminal
? is that what you want or something else? – guiverc Mar 08 '23 at 22:00