For each file operand given that is a symlink, change the group ownership
of the symlink itself, rather than the object it points to. If the system
does not support a group ownership for symlinks, do nothing for a symlink.
-H (half-logical)
(When given together with
-R.) For each file operand given that is a symlink to a directory,
change the group ownership of the directory and all files in the
file hierarchy below it.
-L (logical)
(When given together with
-R.) For each file, either command line operand or encountered during
the tree walk, that is a symlink to a directory,
change the group ownership of the directory and all files in the
file hierarchy below it.
-P (physical)
(When given together with
-R.) For each file, either command line operand or encountered during
the tree walk, that is a symlink, change the group ownership
of the symlink itself, rather than the object it points to.
If the system does not support a group ownership for symlinks,
do nothing for a symlink. This is the default.
-R
Recursively change the group ownership of directories and their contents.