Move pages back into a "pages" folder
This commit is contained in:
19
pages/linux/shutdown.md
Normal file
19
pages/linux/shutdown.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# shutdown
|
||||
|
||||
> Shutdown and reboot the system
|
||||
|
||||
- Power off (halt) immediately
|
||||
|
||||
`shutdown -h now`
|
||||
|
||||
- Reboot immediately
|
||||
|
||||
`shutdown -r now`
|
||||
|
||||
- Reboot in 5 minutes
|
||||
|
||||
`shutdown -r +{{5}} &`
|
||||
|
||||
- Cancel a pending shutdown/reboot operation
|
||||
|
||||
`shutdown -c`
|
Reference in New Issue
Block a user