1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00
tldr/pages/linux/shutdown.md
2014-03-04 23:28:29 +11:00

245 B

shutdown

Shutdown and reboot the system

  • Power off (halt) immediately

shutdown -h now

  • Reboot immediately

shutdown -r now

  • Reboot in 5 minutes

shutdown -r +{{5}} &

  • Cancel a pending shutdown/reboot operation

shutdown -c