1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/reboot.md

12 lines
133 B
Markdown
Raw Normal View History

2016-01-09 15:21:38 -05:00
# reboot
> Reboot the system.
- Reboot immediately:
`reboot`
2019-10-14 00:09:54 +01:00
- Reboot immediately without gracefully shutting down:
2016-01-09 15:21:38 -05:00
`reboot -f`