mirror of https://github.com/CrimsonTome/tldr.git
12 lines
128 B
Markdown
12 lines
128 B
Markdown
|
# reboot
|
||
|
|
||
|
> Reboot the system.
|
||
|
|
||
|
- Reboot immediately:
|
||
|
|
||
|
`reboot`
|
||
|
|
||
|
- Reboot immediately without gracefully shutdown:
|
||
|
|
||
|
`reboot -f`
|