mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 05:36:02 +02:00
commit
a4d65e8299
1 changed files with 11 additions and 0 deletions
11
pages/linux/reboot.md
Normal file
11
pages/linux/reboot.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# reboot
|
||||||
|
|
||||||
|
> Reboot the system.
|
||||||
|
|
||||||
|
- Reboot immediately:
|
||||||
|
|
||||||
|
`reboot`
|
||||||
|
|
||||||
|
- Reboot immediately without gracefully shutdown:
|
||||||
|
|
||||||
|
`reboot -f`
|
Loading…
Add table
Reference in a new issue