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
9f3b9aa636
tldr
/
pages
/
linux
/
shutdown.md
245 B
Raw
Blame
History
shutdown
Shutdown and reboot the system
Power off (halt) immediately
shutdown -h now
Reboot immediately
shutdown -r now
Reboot in 5 minutes
shutdown -r +{{5}} &
Cancel a pending shutdown/reboot operation
shutdown -c