add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/halt.md Normal file
View File

@@ -0,0 +1,24 @@
# 停止
> 停止系统。
> 更多信息:<https://manned.org/halt.8>。
- 停止系统:
`halt`
- 关闭系统(与 `poweroff` 相同):
`halt --poweroff`
- 重启系统(与 `reboot` 相同):
`halt --reboot`
- 立即停止而不联系系统管理器:
`halt --force`
- 写入 wtmp 关闭条目而不停止系统:
`halt --wtmp-only`