diff --git a/linux/shutdown.md b/linux/shutdown.md index 7e156721cf..a13bc76651 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`