From 4ff6bc053392c5982092c5028b7e5a5cb1121850 Mon Sep 17 00:00:00 2001 From: Ray Voice <33094591+Ray6464@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:57:35 +0500 Subject: [PATCH] cgroups: add page (#6766) --- pages/linux/cgroups.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/cgroups.md diff --git a/pages/linux/cgroups.md b/pages/linux/cgroups.md new file mode 100644 index 000000000..eac518c56 --- /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`