mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
Shutdown: tokens + split the examples
This commit is contained in:
parent
1854d10f4f
commit
35280eeb35
1 changed files with 10 additions and 4 deletions
|
@ -2,12 +2,18 @@
|
|||
|
||||
> Shutdown and reboot the system
|
||||
|
||||
- Reboot, poweroff (halt) or sleep immediately
|
||||
- Power off (halt) immediately
|
||||
|
||||
`shutdown -r now`
|
||||
`shutdown -h now`
|
||||
|
||||
- Sleep immediately
|
||||
|
||||
`shutdown -s now`
|
||||
|
||||
- Reboot in 5 minutes.
|
||||
- Reboot immediately
|
||||
|
||||
`shutodwn -r +5`
|
||||
`shutdown -r now`
|
||||
|
||||
- Reboot in 5 minutes
|
||||
|
||||
`shutodwn -r +{{5}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue