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
422ef9fcd2
tldr
/
pages
/
linux
/
halt.md
163 B
Raw
Blame
History
halt
Halt, power-off or reboot the machine.
Halt the machine:
halt
Power the machine off:
halt --poweroff
Reboot the machine:
halt --reboot