While changing the ownership for the symlink,We use the following command:
chown -R user.user link_path
It sometimes will not allow you to change the ownership of the symlink.
Use following command in order to change the ownership for a symbolic link
chown -h user.user link_path
Now you can change the ownership of a symbolic link.