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

@@ -0,0 +1,16 @@
# systemd-cgls
> 以树形结构显示所选的 Linux 控制组层级。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-cgls.html>。
- 显示您系统上的整个控制组层级:
`systemd-cgls`
- 显示特定资源控制器的控制组树:
`systemd-cgls {{cpu|memory|io}}`
- 显示一个或多个 systemd 单元的控制组层级:
`systemd-cgls --unit {{unit1 unit2 ...}}`