diff --git a/pages/osx/shutdown.md b/pages/osx/shutdown.md index e8d01466b..aa3da7db5 100644 --- a/pages/osx/shutdown.md +++ b/pages/osx/shutdown.md @@ -17,3 +17,11 @@ - Reboot in 5 minutes: `shutdown -r +{{5}}` + +- Power off (halt) at 1:00 pm (Uses 24h clock): + +`shutdown -h {{1300}}` + +- Reboot on May 10th 2042 at 11:30 am (Input format: YYMMDDHHMM): + +`shutdown -r {{4205101130}}`