xref: /csrg-svn/usr.sbin/chown/chgrp.1 (revision 19699)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)chgrp.1 5.1 (Berkeley) 04/29/85

CHGRP 1 "28 April 1982"
C 5
NAME
chgrp - change group
SYNOPSIS
chgrp [ -f ] group file ...
DESCRIPTION
Chgrp changes the group-ID of the files to group . The group may be either a decimal GID or a group name found in the group-ID file.

The user invoking chgrp must belong to the specified group and be the owner of the file, or be the super-user.

No errors are reported when the -f (force) option is given.

FILES
/etc/group
"SEE ALSO"
chown(2), passwd(5), group(5)