From: Kirk McKusick Date: Tue, 30 Apr 1985 12:05:24 +0000 (-0800) Subject: manual page first distributed with 4.2BSD X-Git-Tag: BSD-4_3-Snapshot-Development~7350 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/33e3bdbe0c8f614b9e92cc606bb150933f296e25 manual page first distributed with 4.2BSD SCCS-vsn: usr.sbin/chown/chgrp.1 5.1 --- diff --git a/usr/src/usr.sbin/chown/chgrp.1 b/usr/src/usr.sbin/chown/chgrp.1 new file mode 100644 index 0000000000..f893b89886 --- /dev/null +++ b/usr/src/usr.sbin/chown/chgrp.1 @@ -0,0 +1,37 @@ +.\" 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) %G% +.\" +.TH CHGRP 1 "28 April 1982" +.UC 5 +.SH NAME +chgrp \- change group +.SH SYNOPSIS +.B chgrp +[ -f ] +group file ... +.SH DESCRIPTION +.I Chgrp +changes the group-ID of the +.I files +to +.IR group . +The group may be either a decimal GID or +a group name found in the group-ID file. +.PP +The user invoking +.I chgrp +must belong +to the specified group and be the owner of the file, or be the super-user. +.PP +No errors are reported when the +.B \-f +(force) option is given. +.SH FILES +/etc/group +.SH "SEE ALSO" +chown(2), +passwd(5), +group(5)