This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
850ca123f5
tldr
/
pages
/
osx
/
shutdown.md
227 B
Raw
Blame
History
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}}