2013-05-30 19:29:56 +00:00
|
|
|
.TH CHGRP 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
2013-06-11 18:33:52 +00:00
|
|
|
chgrp \- change the file group ownership
|
2013-05-30 19:29:56 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B chgrp
|
|
|
|
.RB [ \-R ]
|
|
|
|
.I groupname
|
|
|
|
.I file...
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B chgrp
|
2013-07-20 05:27:42 +00:00
|
|
|
sets the group id of the files specified by
|
2013-05-30 19:29:56 +00:00
|
|
|
.IR file
|
|
|
|
to the gid of the group named
|
|
|
|
.IR group.
|
2013-07-20 05:27:42 +00:00
|
|
|
If the
|
2013-05-30 19:29:56 +00:00
|
|
|
.IR R
|
2013-07-20 05:27:42 +00:00
|
|
|
flag is specified, this process is recursively applied to
|
2013-05-30 19:29:56 +00:00
|
|
|
everything in
|
|
|
|
.IR file.
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.IR chown (1) chown (2) chmod (1) chmod (2) getgrnam (3)
|