Shutdown: tokens + split the examples
This commit is contained in:
@@ -2,12 +2,18 @@
|
|||||||
|
|
||||||
> Shutdown and reboot the system
|
> Shutdown and reboot the system
|
||||||
|
|
||||||
- Reboot, poweroff (halt) or sleep immediately
|
- Power off (halt) immediately
|
||||||
|
|
||||||
`shutdown -r now`
|
|
||||||
`shutdown -h now`
|
`shutdown -h now`
|
||||||
|
|
||||||
|
- Sleep immediately
|
||||||
|
|
||||||
`shutdown -s now`
|
`shutdown -s now`
|
||||||
|
|
||||||
- Reboot in 5 minutes.
|
- Reboot immediately
|
||||||
|
|
||||||
`shutodwn -r +5`
|
`shutdown -r now`
|
||||||
|
|
||||||
|
- Reboot in 5 minutes
|
||||||
|
|
||||||
|
`shutodwn -r +{{5}}`
|
||||||
|
Reference in New Issue
Block a user