41 lines
762 B
Groff
41 lines
762 B
Groff
.TH CHOWN 8
|
|
.SH NAME
|
|
chown \- change owner
|
|
.SH SYNOPSIS
|
|
\fBchown [\fB\-R\fR] \fIowner\fR[:\fIgroup\fR] \fIfile\fR ...\fR
|
|
.br
|
|
.de FL
|
|
.TP
|
|
\\fB\\$1\\fR
|
|
\\$2
|
|
..
|
|
.de EX
|
|
.TP 20
|
|
\\fB\\$1\\fR
|
|
# \\$2
|
|
..
|
|
.SH OPTIONS
|
|
.TP 5
|
|
.B \-R
|
|
# Change directory hierarchies
|
|
.SH EXAMPLES
|
|
.TP 20
|
|
.B chown ast file1 file2
|
|
# Make \fIast\fR the owner of the files
|
|
.TP 20
|
|
.B chown \-R ast:other dir
|
|
# Change the owner and group of all files in dir
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The owner field (and optionally group field) of the named files is changed
|
|
to
|
|
.I owner
|
|
(i.e., login name specified) and
|
|
.I group .
|
|
Alternatively, a decimal uid(gid) may be specified instead of a user name.
|
|
Only the superuser may execute this command.
|
|
.SH "SEE ALSO"
|
|
.BR chgrp (1),
|
|
.BR chmod (1),
|
|
.BR ls (1),
|
|
.BR chown (2).
|