Tizen 2.0 Release
[external/tizen-coreutils.git] / man / chgrp.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH CHGRP "1" "March 2007" "GNU coreutils 6.9" "User Commands"
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 of each FILE to GROUP.
15 With \fB\-\-reference\fR, change the group of each FILE to that of RFILE.
16 .TP
17 \fB\-c\fR, \fB\-\-changes\fR
18 like verbose but report only when a change is made
19 .TP
20 \fB\-\-dereference\fR
21 affect the referent of each symbolic link (this is
22 the default), rather than the symbolic link itself
23 .TP
24 \fB\-h\fR, \fB\-\-no\-dereference\fR
25 affect each symbolic link instead of any referenced
26 file (useful only on systems that can change the
27 ownership of a symlink)
28 .TP
29 \fB\-\-no\-preserve\-root\fR
30 do not treat `/' specially (the default)
31 .TP
32 \fB\-\-preserve\-root\fR
33 fail to operate recursively on `/'
34 .TP
35 \fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR
36 suppress most error messages
37 .TP
38 \fB\-\-reference\fR=\fIRFILE\fR
39 use RFILE's group rather than specifying a
40 GROUP value
41 .TP
42 \fB\-R\fR, \fB\-\-recursive\fR
43 operate on files and directories recursively
44 .TP
45 \fB\-v\fR, \fB\-\-verbose\fR
46 output a diagnostic for every file processed
47 .PP
48 The following options modify how a hierarchy is traversed when the \fB\-R\fR
49 option is also specified.  If more than one is specified, only the final
50 one takes effect.
51 .TP
52 \fB\-H\fR
53 if a command line argument is a symbolic link
54 to a directory, traverse it
55 .TP
56 \fB\-L\fR
57 traverse every symbolic link to a directory
58 encountered
59 .TP
60 \fB\-P\fR
61 do not traverse any symbolic links (default)
62 .TP
63 \fB\-\-help\fR
64 display this help and exit
65 .TP
66 \fB\-\-version\fR
67 output version information and exit
68 .SH EXAMPLES
69 .TP
70 chgrp staff /u
71 Change the group of /u to "staff".
72 .TP
73 chgrp \fB\-hR\fR staff /u
74 Change the group of /u and subfiles to "staff".
75 .SH AUTHOR
76 Written by David MacKenzie and Jim Meyering.
77 .SH "REPORTING BUGS"
78 Report bugs to <bug\-coreutils@gnu.org>.
79 .SH COPYRIGHT
80 Copyright \(co 2007 Free Software Foundation, Inc.
81 .br
82 This is free software.  You may redistribute copies of it under the terms of
83 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
84 There is NO WARRANTY, to the extent permitted by law.
85 .SH "SEE ALSO"
86 The full documentation for
87 .B chgrp
88 is maintained as a Texinfo manual.  If the
89 .B info
90 and
91 .B chgrp
92 programs are properly installed at your site, the command
93 .IP
94 .B info chgrp
95 .PP
96 should give you access to the complete manual.