2.11.4. Finding Control Groups
				To list the cgroups on a system, run:
			
lscgroup
~]$ lscgroup
				You can restrict the output to a specific hierarchy by specifying a controller and path in the format 
controller:path. For example:
			lscgroup cpuset:group1
~]$ lscgroup cpuset:group1
				lists only subgroups of the 
group1 cgroup in the hierarchy to which the cpuset subsystem is attached.