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,17 @@
# cgcreate
> 创建 cgroups用于限制、测量和控制进程使用的资源。
> `cgroups` 类型可以是 `memory`、`cpu`、`net_cls` 等。
> 更多信息:<https://manned.org/cgcreate>。
- 创建一个新组:
`cgcreate -g {{group_type}}:{{group_name}}`
- 创建一个具有多种 cgroup 类型的新组:
`cgcreate -g {{group_type1}},{{group_type2}}:{{group_name}}`
- 创建一个子组:
`mkdir /sys/fs/cgroup/{{group_type}}/{{group_name}}/{{subgroup_name}}`