mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
119 B
Markdown
12 lines
119 B
Markdown
![]() |
# reboot
|
||
|
|
||
|
> 重新启动系统.
|
||
|
|
||
|
- 立即重新启动:
|
||
|
|
||
|
`reboot`
|
||
|
|
||
|
- 立即重启,而无需正常关闭:
|
||
|
|
||
|
`reboot -f`
|