1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/cgroups.md

17 lines
378 B
Markdown
Raw Normal View History

2021-12-10 14:57:35 +05:00
# cgroups
2022-05-04 17:12:15 +00:00
> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controling resource usage by processes.
2021-12-10 14:57:35 +05:00
> More information: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
- Show the tldr page for `cgclassify`:
`tldr cgclassify`
- Show the tldr page for `cgcreate`:
`tldr cgcreate`
- Show the tldr page for `cgexec`:
`tldr cgexec`