diff --git a/pages/linux/cgroups.md b/pages/linux/cgroups.md new file mode 100644 index 0000000000..eac518c56d --- /dev/null +++ b/pages/linux/cgroups.md @@ -0,0 +1,16 @@ +# cgroups + +> Cgroups aka control groups is a Linux kernel feature for limiting, mesuring, and controling resource usage by processes. +> More information: . + +- Show the tldr page for `cgclassify`: + +`tldr cgclassify` + +- Show the tldr page for `cgcreate`: + +`tldr cgcreate` + +- Show the tldr page for `cgexec`: + +`tldr cgexec`