mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 23:47:05 +00:00
Update cheatsheets
This commit is contained in:
29
linux/reboot
Normal file
29
linux/reboot
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# reboot
|
||||
|
||||
> Reboot the system.
|
||||
> More information: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reboot the system:
|
||||
|
||||
`reboot`
|
||||
|
||||
- Power off the system (same as `poweroff`):
|
||||
|
||||
`reboot --poweroff`
|
||||
|
||||
- Halt (terminates all processes and shuts down the CPU) the system (same as `halt`):
|
||||
|
||||
`reboot --halt`
|
||||
|
||||
- Reboot immediately without contacting the system manager:
|
||||
|
||||
`reboot --force`
|
||||
|
||||
- Write the wtmp shutdown entry without rebooting the system:
|
||||
|
||||
`reboot --wtmp-only`
|
||||
Reference in New Issue
Block a user