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

17
pages.zh/linux/cgroups.md Normal file
View File

@@ -0,0 +1,17 @@
# cgroups
> Cgroups控制组是Linux内核的一项功能用于限制、测量和控制进程的资源使用。
> 然而Cgroups并不是一个命令而是一组命令详见下面的相关页面。
> 更多信息:<https://www.kernel.org/doc/Documentation/cgroup-v2.txt>。
- 查看`cgclassify`的文档:
`tldr cgclassify`
- 查看`cgcreate`的文档:
`tldr cgcreate`
- 查看`cgexec`的文档:
`tldr cgexec`