From 9762f3106a89a204790943628a1dc44f27129b3d Mon Sep 17 00:00:00 2001 From: chao Date: Sat, 9 Jan 2016 15:21:38 -0500 Subject: [PATCH] reboot: add page --- pages/linux/reboot.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/reboot.md diff --git a/pages/linux/reboot.md b/pages/linux/reboot.md new file mode 100644 index 000000000..32e9538d5 --- /dev/null +++ b/pages/linux/reboot.md @@ -0,0 +1,11 @@ +# reboot + +> Reboot the system. + +- Reboot immediately: + +`reboot` + +- Reboot immediately without gracefully shutdown: + +`reboot -f`