12 lines
242 B
Markdown
12 lines
242 B
Markdown
# systemctl 重启
|
|
|
|
> 重启系统。
|
|
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemctl.html#reboot>。
|
|
|
|
- 重启系统:
|
|
|
|
`systemctl reboot`
|
|
|
|
- 进入 BIOS/UEFI 菜单重启:
|
|
|
|
`systemctl reboot --firmware-setup` |