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

View File

@@ -1,12 +1,24 @@
# reboot
# 重启
> 新启动系统。
> 更多信息:<https://manned.org/reboot.8>.
> 系统。
> 更多信息:<https://manned.org/reboot.8>
- 立即重新启动
- 重启系统
`reboot`
- 立即重启,而无需正常关闭
- 关机(与 `poweroff` 相同)
`reboot -f`
`reboot --poweroff`
- 停止系统(终止所有进程并关闭 CPU`halt` 相同):
`reboot --halt`
- 立即重启而不联系系统管理员:
`reboot --force`
- 仅写入 wtmp 关机条目而不重启系统:
`reboot --wtmp-only`