0

I am using Debian 10 and I have installed cinnamon and Gnome but I want it to boot directly into the default console instead of a desktop environment. How do I do that?

1 Answer 1

0

Use:

sudo systemctl set-default multi-user.target

If you need to revert back:

sudo systemctl set-default graphical.target

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .