tldr/pages/linux/reboot.md

12 lines
133 B
Markdown
Raw Normal View History

2016-01-09 20:21:38 +00: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 20:21:38 +00:00
`reboot -f`