systemctl isolate multi-user.targetSometimes that doesn't work so you need to do
systemctl set-default multi-user.target rebootThen, of course, change it back to graphical (if you want) when done
systemctl set-default graphical.target reboot
systemctl isolate multi-user.targetSometimes that doesn't work so you need to do
systemctl set-default multi-user.target rebootThen, of course, change it back to graphical (if you want) when done
systemctl set-default graphical.target reboot