Shutdown: tokens + split the examples
This commit is contained in:
@@ -2,14 +2,17 @@
|
|||||||
|
|
||||||
> Shutdown and reboot the system
|
> Shutdown and reboot the system
|
||||||
|
|
||||||
- Reboot or poweroff (halt) the system immediately
|
- Power off (halt) immediately
|
||||||
|
|
||||||
`shutdown -r now`
|
|
||||||
`shutdown -h 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
|
- Cancel a pending shutdown/reboot operation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user