1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:15:31 +02:00

Addition to shutdown.md

Added section to indicate how to shutdown at a specific time rather than shutting down X minutes from now
This commit is contained in:
ElectricSquid 2015-12-30 23:41:06 -06:00
parent fe62231607
commit c9b0b290f9

View file

@ -14,6 +14,10 @@
`shutdown -r +{{5}} &`
- Shutdown at 1:00 pm (Uses 24h clock)
`shutdown -h 13:00`
- Cancel a pending shutdown/reboot operation
`shutdown -c`