chown.1: add symlink dereferencing flags to manpage
This commit is contained in:
parent
c21a664f7c
commit
f581761c53
10
chown.1
10
chown.1
@ -7,6 +7,9 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Rr
|
||||
.Op Fl H
|
||||
.Op Fl L
|
||||
.Op Fl P
|
||||
.Op Ar owner Op Ar :group
|
||||
.Op Ar file ...
|
||||
.Sh DESCRIPTION
|
||||
@ -19,6 +22,13 @@ changes the user or group ownership for the given
|
||||
Equivalent to \-r.
|
||||
.It Fl r
|
||||
Change directory ownership recursively.
|
||||
.It Fl H
|
||||
Only dereference symbolic links that are passed as command line arguments when
|
||||
recursively traversing directories.
|
||||
.It Fl L
|
||||
Always dereference symbolic links while recursively traversing directories.
|
||||
.It Fl P
|
||||
Don't dereference symbolic links (default).
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chown 2
|
||||
|
Loading…
Reference in New Issue
Block a user