Skip to main content
Notes by Peter Galonza(Пётр Галонза)
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Shutdown, Poweroff, Reboot

Shutdown

shutdown -h hours:minutes
init 0
telinit 0
shutdown -h now
poweroff
halt --poweroff
reboot --poweroff
shytdown --poweroff
halt --no-wtmp --no-wall

Cancel

shutdown -c

Poweroff

halt
halt --force
reboot --halt
poweroff --halt
poweroff --force

Reboot

poweroff --reboot
shutdown --reboot
reboot --force
halt --reboot
init 6
reboot

Problems with software

reboot -f

Problems with kernel, mount, libc

echo b > /proc/sysrq-trigger

Problems with kernel and hardware

ipmitool chassis power cycle

Problems with kernel and hardware without open console

ipmitool -H ipmi.server.local chassis power cycle