tldr/osx/shutdown.md

14 lines
190 B
Markdown

# shutdown
> Shutdown and reboot the system
- Reboot, poweroff (halt) or sleep immediately
`shutdown -r now`
`shutdown -h now`
`shutdown -s now`
- Reboot in 5 minutes.
`shutodwn -r +5`