sbase/chown.1
Hiltjo Posthuma 72b909df9c chown: update usage
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-07-21 16:43:54 +01:00

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)