You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
331 B

5 years ago
# halt
## 选项
```markdown
-p --poweroff 关闭机器
--reboot 重启机器
-f --force Force immediate halt/power-off/reboot
-w --wtmp-only 不真正执行halt/power-off/reboot命令,仅写入到wtmp记录
-d --no-wtmp 不写入到wtmp记录
--no-wall Don't send wall message before halt/power-off/reboot
```