I tried following command,
$ chown xyzuser mysymlink/
it doesn’t work. The issue is the “/” at the end and the option “-h” is missing. This option affects each symbolic link instead of any referenced file.
Here’s the right command,
$ chown -h xyzuser mysymlink