1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 02:47:06 +02:00

Add cheatsheet for shutdown

Adding help for shutdown, useful for rebooting the system,
This commit is contained in:
Tulio Leao 2017-02-16 01:22:45 -02:00 committed by GitHub
parent d06e5bab6f
commit 10dd0e9a8b

@ -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