diff --git a/pages.es/osx/reboot.md b/pages.es/osx/reboot.md new file mode 100644 index 000000000..173ea81f3 --- /dev/null +++ b/pages.es/osx/reboot.md @@ -0,0 +1,12 @@ +# reboot + +> Reinicia el sistema. +> Más información: . + +- Reinicia inmediatamente: + +`sudo reboot` + +- Reinicia inmediatamente sin apagar el sistema: + +`sudo reboot -q`