1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:55:25 +02:00

reboot: add page

This commit is contained in:
chao 2016-01-09 15:21:38 -05:00
parent 5aaf64b326
commit 9762f3106a

11
pages/linux/reboot.md Normal file
View file

@ -0,0 +1,11 @@
# reboot
> Reboot the system.
- Reboot immediately:
`reboot`
- Reboot immediately without gracefully shutdown:
`reboot -f`