1

What is the safest way to shut down when the system gets completely frozen? Is there anything we can do outside of pulling the cable?

John Smith
  • 347
  • 1
  • 6
  • 13

2 Answers2

2

Simply open a new tty using Ctrl + Alt + F3, login using your username (name of the home directory) and use shutdown now . This should work

1

Depends on what you mean "completely frozen". Perhaps only the GUI is frozen while the system is still alive? In this case you could launch a tty, by Ctrl + Alt + F2/3/4/5..

When you've logged in into the tty, run htop and kill the processes that seem to be troublesome.