|
-f |
Do not display errors.
|
-h |
When a symbolic link is encountered,
change the owner and group of the link itself,
rather than the file it refers to.
|
-R |
Recursively descend into each
file operand.
Whether owner and group of a symbolic link are changed
depends on the
-h option,
but the link is not followed otherwise.
|
The following options have been introduced by POSIX.1-2001:
|
-H |
With the
-R option, if a symbolic link given on the command line
points to a directory,
follow that symbolic link
and change owner and group in the files below,
but do not handle any other symbolic links specially.
|
-L |
With the
-R option, whenever a symbolic link is encountered
that points to a directory,
follow the symbolic link
and change owner and group in the files below,
|
-P |
With the
-R option, do not follow any symbolic links,
but change owner and group of the links themselves.
|
|