1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:15:25 +02:00
tldr/osx/shutdown.md
2014-02-26 09:00:36 +11:00

222 B

shutdown

Shutdown and reboot the system

  • Power off (halt) immediately

shutdown -h now

  • Sleep immediately

shutdown -s now

  • Reboot immediately

shutdown -r now

  • Reboot in 5 minutes

shutdown -r +{{5}}