tldr/pages/linux/reboot.md

12 lines
133 B
Markdown
Raw Normal View History

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