Force reboot in Ubuntu

Force reboot in Ubuntu

For remote physical system, commands like shutdown, poweroff, halt, etc., will make the systems unreachable, and reboot system might able to recover them.

Commands

  • shutdown
shutdown -r now
  • reboot
reboot
  • init
init 6
  • systemctl
systemctl start reboot.target

References

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


The reCAPTCHA verification period has expired. Please reload the page.