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