manual page first distributed with 4.2BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 12:05:24 +0000 (04:05 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 12:05:24 +0000 (04:05 -0800)
SCCS-vsn: usr.sbin/chown/chgrp.1 5.1

usr/src/usr.sbin/chown/chgrp.1 [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/chown/chgrp.1 b/usr/src/usr.sbin/chown/chgrp.1
new file mode 100644 (file)
index 0000000..f893b89
--- /dev/null
@@ -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)