cgset - set the parameters of given cgroup(s)
cgset [-r <name=value>] <cgroup_path> ...
cgset --copy-from <source_cgroup_path> <cgroup_path> ...
Set the parameters of input cgroups.
is the name of the cgroup which should be changed. This parameter can be used multiple times.
defines the name of the file to set and the value which should be written to that file. This parameter can be used multiple times.
defines the name of the cgroup whose parameters will be copied to the input cgroup.
controls verbosity of the tool. Allowed values are DEBUG, INFO, WARNING or ERROR.
set variable cpus in control group student (controller cpuset) to 0-1
copy all parameters of group group1 to group group2 (for all path where both cgroups are defined)
cgrules.conf (1), cgcreate (1), cgget (1)