1

Once in a while I have to use parted magic to restore superblocks. I tried to execute in the terminal:

shutdown -h now
telinit 0

Both did not work, what else might be possible to shutdown Linux via command line?

ctrl-alt-delor
  • 27,473
  • 9
  • 58
  • 102
Abdul Al Hazred
  • 25,760
  • 23
  • 64
  • 88

1 Answers1

2

Try to execute the following command as root:

halt
Redfox
  • 21
  • 2