mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
added reboot
This commit is contained in:
parent
579291201d
commit
1b944981ee
12
sheets/reboot
Normal file
12
sheets/reboot
Normal 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
|
Loading…
Reference in New Issue
Block a user