Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / chgrp.1
blobdd372f170e0afa46fdac256bc9561a5d1eb49c0d
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH CHGRP "1" "October 2003" "chgrp (coreutils) 5.0" FSF
3 .SH NAME
4 chgrp \- change group ownership
5 .SH SYNOPSIS
6 .B chgrp
7 [\fIOPTION\fR]... \fIGROUP FILE\fR...
8 .br
9 .B chgrp
10 [\fIOPTION\fR]... \fI--reference=RFILE FILE\fR...
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Change the group membership of each FILE to GROUP.
15 .TP
16 \fB\-c\fR, \fB\-\-changes\fR
17 like verbose but report only when a change is made
18 .TP
19 \fB\-\-dereference\fR
20 affect the referent of each symbolic link, rather
21 than the symbolic link itself
22 .TP
23 \fB\-h\fR, \fB\-\-no\-dereference\fR
24 affect symbolic links instead of any referenced file
25 (available only on systems that can change the
26 ownership of a symlink)
27 .TP
28 \fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR
29 suppress most error messages
30 .TP
31 \fB\-\-reference\fR=\fIRFILE\fR
32 use RFILE's group rather than the specified
33 GROUP value
34 .TP
35 \fB\-R\fR, \fB\-\-recursive\fR
36 operate on files and directories recursively
37 .TP
38 \fB\-v\fR, \fB\-\-verbose\fR
39 output a diagnostic for every file processed
40 .TP
41 \fB\-\-help\fR
42 display this help and exit
43 .TP
44 \fB\-\-version\fR
45 output version information and exit
46 .SH AUTHOR
47 Written by David MacKenzie.
48 .SH "REPORTING BUGS"
49 Report bugs to <bug-coreutils@gnu.org>.
50 .SH COPYRIGHT
51 Copyright \(co 2003 Free Software Foundation, Inc.
52 .br
53 This is free software; see the source for copying conditions.  There is NO
54 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
55 .SH "SEE ALSO"
56 The full documentation for
57 .B chgrp
58 is maintained as a Texinfo manual.  If the
59 .B info
60 and
61 .B chgrp
62 programs are properly installed at your site, the command
63 .IP
64 .B info chgrp
65 .PP
66 should give you access to the complete manual.