mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Add cheatsheet for shutdown
Adding help for shutdown, useful for rebooting the system,
This commit is contained in:
parent
d06e5bab6f
commit
10dd0e9a8b
1 changed files with 8 additions and 0 deletions
8
cheat/cheatsheets/shutdown
Normal file
8
cheat/cheatsheets/shutdown
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Reboot the system immediately
|
||||
shutdown -r now
|
||||
|
||||
# Shut system down immediately
|
||||
shutdown -h now
|
||||
|
||||
# Reboot system after 5 minutes
|
||||
shutdown -r +5
|
Loading…
Reference in a new issue