1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:22:10 +02:00
tldr/pages/linux/reboot.md
2019-10-14 00:09:54 +01:00

11 lines
133 B
Markdown

# reboot
> Reboot the system.
- Reboot immediately:
`reboot`
- Reboot immediately without gracefully shutting down:
`reboot -f`