BSD 4_1c_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 8 Mar 1983 10:57:36 +0000 (02:57 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 8 Mar 1983 10:57:36 +0000 (02:57 -0800)
Work on file usr/man/man8/chown.8

Synthesized-from: CSRG/cd1/4.1c.2

usr/man/man8/chown.8 [new file with mode: 0644]

diff --git a/usr/man/man8/chown.8 b/usr/man/man8/chown.8
new file mode 100644 (file)
index 0000000..40da422
--- /dev/null
@@ -0,0 +1,27 @@
+.TH CHOWN 8 "17 March 1982"
+.UC 4.1a Provisional
+.SH NAME
+chown \- change owner
+.SH SYNOPSIS
+.B /etc/chown
+\-f owner file ...
+.SH DESCRIPTION
+.I Chown
+changes the owner of the
+.I files
+to
+.IR owner .
+The owner may be either a decimal UID or
+a login name found in the password file.
+.PP
+Only the super-user can change owner,
+in order to simplify as yet unimplemented accounting procedures.
+No errors are reported when the
+.B \-f
+(force) option is given.
+.SH FILES
+/etc/passwd
+.SH "SEE ALSO"
+chgrp(1),
+chown(2),
+passwd(5), group(5)