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