add chown
This commit is contained in:
15
chown.1
Normal file
15
chown.1
Normal 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.
|
Reference in New Issue
Block a user