From 1437c5fa5144a49a6ab121d6588c1f4af4748861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Mat=C3=ADas=20S=C3=A1nchez=20=28Quique=29?= Date: Wed, 7 Oct 2020 09:27:39 +0200 Subject: [PATCH] reboot: add Spanish translation --- pages.es/linux/reboot.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages.es/linux/reboot.md 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`