chgrp(1) plan9 man page | unix.com

Man Page: chgrp

Operating Environment: plan9

Section: 1

CHGRP(1)						      General Commands Manual							  CHGRP(1)

NAME
chgrp - change file group
SYNOPSIS
chgrp group file ...
DESCRIPTION
The group of each named file is changed to group, which should be a name known to the server holding the file. A file's group can be changed by the file's owner, if the owner is a member of the new group, or by the leader of both the file's current group and the new group.
SOURCE
/sys/src/cmd/chgrp.c
SEE ALSO
ls(1), chmod(1), stat(2) CHGRP(1)
Related Man Pages
chgrp(1) - mojave
lfc-chgrp(1) - debian
chgrp(1) - opendarwin
chgrp(1) - freebsd
chgrp(1) - xfree86
Similar Topics in the Unix Linux Community
Owner of file gets 'not owner' error for chgrp
Chgrp and Chown ???
Can't chgrp, chown on Linux
Chgrp failed on NAS mounted
How to execute a command on each line of output from another command?