mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 01:28:30 +02:00
Add cheatsheet for shutdown
Adding help for shutdown, useful for rebooting the system,
This commit is contained in:
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
|
Reference in New Issue
Block a user