debian man page for cgclear

Query: cgclear

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGCLEAR(1)							 libcgroup Manual							CGCLEAR(1)

NAME
cgclear - unload the cgroup filesystem
SYNOPSIS
cgclear [-e] [-l <filename>] [-L <directory>] [...]
DESCRIPTION
Without parameters, this command moves all the tasks inside the various cgroups to the root cgroup, deletes all the cgroups and finally unmounts the cgroup filesystem from the system. If one or more config files are specified, only groups defined in the config files are removed. The files are processed in reverse order, i.e. the last file on command line is processed first, so cgclear can have the same command line arguments as appropriate cgconfigparser. -l, --load=<filename> specifies the config file to read. This option can be used multiple times and can be mixed with -L option. -L, --load-directory=<directory> specifies the directory, which is searched for configuration files. All files in this directory will be processed in alphabetical order as they were specified by -l option. This option can be used multiple times and can be mixed with -l option. -e specifies that only empty groups should be removed. If a group defined in a config file has tasks inside or has a subgroup, it won't be removed. This option works only with -l or -L options.
SEE ALSO
cgconfigparser(1) Linux 2009-10-23 CGCLEAR(1)
Related Man Pages
cgclassify(1) - debian
cgclear(1) - debian
cgroup_namespaces(7) - x11r4
cgroup_namespaces(7) - opendarwin
cgroup_namespaces(7) - xfree86
Similar Topics in the Unix Linux Community
rm command
option for ls command
How to see directory and the files inside it.
-u option for fileread
How can I list the file under a directory both in alphabetical and in reverse alphabetical order?