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
bdd001e331
tldr
/
pages
/
osx
/
shutdown.md
222 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}}