minix/minix/man/man1/chgrp.1
Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

45 lines
1 KiB
Groff

.TH CHGRP 1
.SH NAME
chgrp \- change group
.SH SYNOPSIS
\fBchgrp [\fB\-R\fR] [\fIowner:\fR]\fIgroup \fIfile\fR ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH OPTIONS
.TP 5
.B \-R
# Change directory hierarchies
.SH EXAMPLES
.TP 20
.B chgrp system file1 file2
# Make \fIsystem\fR the group of the files
.TP 20
.B chrgp \-R other dir1
# Make \fIother\fR the group of all files below dir1
.SH DESCRIPTION
.PP
The group field (and optionally owner field) of the named files is changed to
.I group
and
.I owner .
Alternatively, a decimal gid (uid) may be specified instead of a group name.
If the \fB\-R\fR flag is used, the changes will be applied recursively to
all files in named directories. Only the superuser may execute this command
to set arbitrary groups. Normal users can only change the group if they own
the file, and the group is their own group (MINIX 3), or one of their
supplementary groups (Minix-vmd).
.SH "SEE ALSO"
.BR chown (8),
.BR chmod (1),
.BR ls (1),
.BR chown (2).