1
2CGCREATE(1) libcgroup Manual CGCREATE(1)
3
4
5
7 cgcreate - create new cgroup(s)
8
9
11 cgcreate [-t <tuid>:<tgid>] [-a <agid>:<auid>] -g <controllers>:<path>
12 [-g ...]
13
14
16 The command creates new cgroup(s) defined by option -g.
17
18
19 -t <tuid>:<tgid>
20 defines the name of the user and the group, which owns tasks
21 file of the defined control group. I.e. this user and members of
22 this group have write access to the file. The default value is
23 the same as has the parent cgroup.
24
25
26 -a <agid>:<auid>
27 defines the name of the user and the group, which owns the rest
28 of the defined control group’s files. These users are allowed to
29 set subsystem parameters and create subgroups. The default
30 value is the same as has the parent cgroup.
31
32
33 -g <controllers>:<path>
34 defines control groups which will be added. controllers is a
35 list of controllers and path is the relative path to control
36 groups in the given controllers list. This option can be speci‐
37 fied multiple times.
38
39
40
43 cgrules.conf (5) cgexec (1) cgclassify (1)
44
45
46
47Linux 2009-03-15 CGCREATE(1)