CHGRP(C) UNIX System V
Name
chgrp - changes group ID
Syntax
chgrp group file ...
Description
chgrp changes the group ID of each file to group. The group
may be either a decimal group ID or a group name found in
the file /etc/group.
Files
/etc/passwd
/etc/group
See Also
chown(C), chown(S), passwd(F), group(F)
Notes
Only the owner or the super-user can change the group ID of
a file.
Standards Conformance
chgrp is conformant with:
AT&T SVID Issue 2, Select Code 307-127;
and The X/Open Portability Guide II of January 1987.
(printed 8/28/89) CHGRP(C)