72b909df9c
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
21 lines
343 B
Groff
21 lines
343 B
Groff
.TH CHOWN 1 sbase\-VERSION
|
|
.SH NAME
|
|
chown \- change file ownership
|
|
.SH SYNOPSIS
|
|
.B chown
|
|
.RB [ \-Rr ]
|
|
.RI [ owner ][: group ]
|
|
.RI [ file ...]
|
|
.SH DESCRIPTION
|
|
.B chown
|
|
changes the user or group ownership for the given files.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-R
|
|
equivalent to -r.
|
|
.TP
|
|
.B \-r
|
|
change directory ownership recursively.
|
|
.SH SEE ALSO
|
|
.IR chown (2)
|