mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
13 lines
207 B
Plaintext
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
|