sbase/chown.1

25 lines
376 B
Groff
Raw Normal View History

.Dd January 30, 2015
.Dt CHOWN 1
.Os sbase
.Sh NAME
.Nm chown
.Nd change file ownership
.Sh SYNOPSIS
.Nm
.Op Fl Rr
.Op Ar owner Op Ar :group
.Op Ar file ...
.Sh DESCRIPTION
.Nm
2015-02-01 19:52:28 +00:00
changes the user or group ownership for the given
.Ar files .
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl R
2015-02-01 19:52:28 +00:00
Equivalent to \-r.
.It Fl r
2015-02-01 19:52:28 +00:00
Change directory ownership recursively.
.El
.Sh SEE ALSO
.Xr chown 2