Penguin
Annotated edit history of chgrp(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 CHGRP
2 !!!CHGRP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 chgrp - change group ownership
15 !!SYNOPSIS
16
17
18 __chgrp__ [[''OPTION'']... ''GROUP FILE''...__
19 chgrp__ [[''OPTION'']... ''--reference=RFILE
20 FILE''...
21 !!DESCRIPTION
22
23
24 Change the group membership of each FILE to
25 GROUP.
26
27
28 __-c__, __--changes__
29
30
31 like verbose but report only when a change is
32 made
33
34
35 __--dereference__
36
37
38 affect the referent of each symbolic link, rather than the
39 symbolic link itself
40
41
42 __-h__, __--no-dereference__
43
44
45 affect symbolic links instead of any referenced file
46 (available only on systems that can change the ownership of
47 a symlink)
48
49
50 __-f__, __--silent__, __--quiet__
51
52
53 suppress most error messages
54
55
56 __--reference__=''RFILE''
57
58
59 use RFILE's group rather than the specified GROUP
60 value
61
62
63 __-R__, __--recursive__
64
65
66 operate on files and directories recursively
67
68
69 __-v__, __--verbose__
70
71
72 output a diagnostic for every file processed
73
74
75 __--help__
76
77
78 display this help and exit
79
80
81 __--version__
82
83
84 output version information and exit
85 !!AUTHOR
86
87
88 Written by David !MacKenzie.
89 !!REPORTING BUGS
90
91
92 Report bugs to
93 !!COPYRIGHT
94
95
96 Copyright 2001 Free Software Foundation, Inc.
97 This is free software; see the source for copying
98 conditions. There is NO warranty; not even for
99 MERCHANTABILITY or FITNESS FOR A PARTICULAR
100 PURPOSE.
101 !!SEE ALSO
102
103
104 The full documentation for __chgrp__ is maintained as a
105 Texinfo manual. If the __info__ and __chgrp__ programs
106 are properly installed at your site, the
107 command
108
109
110 __info chgrp__
111
112
113 should give you access to the complete manual.
114 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.