2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00

added reboot

This commit is contained in:
Igor Chubin 2017-05-28 21:20:03 +00:00
parent 579291201d
commit 1b944981ee

12
sheets/reboot Normal file
View File

@ -0,0 +1,12 @@
# 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