1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/cgroups.md
코드싸이 19c6841a9d
cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
2024-11-08 15:55:00 +09:00

17 lines
516 B
Markdown

# cgroups
> Cgroups, 또는 control groups는 프로세스의 자원 사용을 제한, 측정 및 제어하기 위한 Linux 커널 기능입니다.
> Cgroups는 하나의 명령이 아니라 명령들의 모음이며, 관련 페이지를 아래에서 확인하세요.
> 더 많은 정보: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
- `cgclassify`에 대한 문서 보기:
`tldr cgclassify`
- `cgcreate`에 대한 문서 보기:
`tldr cgcreate`
- `cgexec`에 대한 문서 보기:
`tldr cgexec`