mirror of https://github.com/CrimsonTome/tldr.git
14 lines
190 B
Markdown
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`
|