You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
207 B
Plaintext

# reboot
# Reboot the system.
# Reboot immediately:
reboot
# Reboot immediately without gracefully shutdown:
reboot -f
# Reboot without reboot
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger