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