1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/osx/shutdown.md
2016-01-08 09:38:59 +01:00

19 lines
227 B
Markdown

# 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}}`