add chown

This commit is contained in:
Connor Lane Smith
2011-05-25 00:24:33 +01:00
parent c367d4d05f
commit da757ff7d1
6 changed files with 130 additions and 36 deletions

15
chown.1 Normal file
View File

@@ -0,0 +1,15 @@
.TH CHOWN 1 sbase\-VERSION
.SH NAME
chown \- change file ownership
.SH SYNOPSIS
.B chown
.RB [ -Rr ]
.RI [ owner ][: group ]
.RI [ files ...]
.SH DESCRIPTION
.B chown
changes the user or group ownership for the given files.
.SH OPTIONS
.TP
.B -R, -r
change directory ownership recursively.