2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/reboot
2017-05-28 21:20:03 +00:00

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