mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 10:22:10 +02:00
11 lines
133 B
Markdown
11 lines
133 B
Markdown
# reboot
|
|
|
|
> Reboot the system.
|
|
|
|
- Reboot immediately:
|
|
|
|
`reboot`
|
|
|
|
- Reboot immediately without gracefully shutting down:
|
|
|
|
`reboot -f`
|