diff --git a/pages.es/linux/reboot.md b/pages.es/linux/reboot.md new file mode 100644 index 000000000..287916296 --- /dev/null +++ b/pages.es/linux/reboot.md @@ -0,0 +1,11 @@ +# reboot + +> Reinicia la máquina. + +- Reinicia inmediatamente: + +`reboot` + +- Reinicia inmediatamente sin hacer un apagado limpio: + +`reboot -f`