1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 22:26:04 +02:00

Shutdown: tokens + split the examples

This commit is contained in:
Romain Prieto 2014-02-26 08:55:35 +11:00
parent bcf62defb6
commit 1854d10f4f

View file

@ -2,14 +2,17 @@
> Shutdown and reboot the system
- Reboot or poweroff (halt) the system immediately
- Power off (halt) immediately
`shutdown -r now`
`shutdown -h now`
- Reboot in 5 minutes.
- Reboot immediately
`shutdown -r +5 &`
`shutdown -r now`
- Reboot in 5 minutes
`shutdown -r +{{5}} &`
- Cancel a pending shutdown/reboot operation