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
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl Rr
|
.Op Fl Rr
|
||||||
|
.Op Fl H
|
||||||
|
.Op Fl L
|
||||||
|
.Op Fl P
|
||||||
.Op Ar owner Op Ar :group
|
.Op Ar owner Op Ar :group
|
||||||
.Op Ar file ...
|
.Op Ar file ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
@ -19,6 +22,13 @@ changes the user or group ownership for the given
|
||||||
Equivalent to \-r.
|
Equivalent to \-r.
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Change directory ownership recursively.
|
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
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr chown 2
|
.Xr chown 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user