diff --git a/linux/shutdown.md b/linux/shutdown.md index 7e156721c..a13bc7665 100644 --- a/linux/shutdown.md +++ b/linux/shutdown.md @@ -9,8 +9,8 @@ - Reboot in 5 minutes. -`shutodwn -r +5 &` +`shutdown -r +5 &` - Cancel a pending shutdown/reboot operation -`shutdown -c` \ No newline at end of file +`shutdown -c`