summaryrefslogtreecommitdiffstats
path: root/doc/man/cgset.1
blob: 94e6225b48dbea23e1dc3e7d86b72fb5fe54f0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
.\" Written by Ivana Hutarova Varekova <varekova@redhat.com>

.TH CGSET  1 2009-03-15 "Linux" "libcgroup Manual"
.SH NAME

cgset \- set the parameters of given cgroup(s)

.SH SYNOPSIS
\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ...
\fBcgset\fR \fB--copy-from\fR <\fIsource_cgrup_path\fR> <\fBcgroup_path\fR> ...

.SH DESCRIPTION
The command set the parameters of input cgroup(s).

.TP
.B <path>
is the name of the cgroup which should be changed.
This parameter can be used multiple times.

.TP
.B -r <name=value>
defines name of the file to set and
the value which should be written to that file.
This parameter can be used multiple times.

.TP
.B -copy-from <source_cgrup_path>
defines name of cgroup whose parameters will be
coppied to input cgroup.

.SH SEE ALSO
cgrules.conf (1), cgcreate (1), cgget (1)