blob: 9551cfabc0c9a8b8dfbfafc6a9dc372bf02c7cca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.\" Copyright IBM Corporation. 2009.
.\" Written by Dhaval Giani <dhaval@linux.vnet.ibm.com>.
.TH CGCLEAR 1 2009-10-23 "Linux" "libcgroup Manual"
.SH NAME
cgclear \- unload the cgroup filesystem
.SH SYNOPSIS
\fBcgclear\fR
.SH DESCRIPTION
This command moves all the tasks inside various cgroups
to the root cgroup, deletes all the cgroups and finally
unmounts the cgroup filesystem from the system.
.SH SEE ALSO
cgconfigparser(1)
|