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

25
pages.zh/linux/init.md Normal file
View File

@@ -0,0 +1,25 @@
# init
> Linux 运行级别管理器。
> 如果使用 systemd要求启用 SYSVINIT 编译时选项。
> 更多信息:<https://manned.org/man/init.8>。
- 设置系统运行图形环境:
`sudo init 5`
- 设置系统运行多用户终端:
`sudo init 3`
- 关闭系统:
`init 0`
- 重启系统:
`init 6`
- 设置系统运行仅允许 root 用户且没有网络的终端:
`sudo init 1`