Can symlink have different permissions?
Can symlink have different permissions? In short: symlinks does not have permissions. How do I change the permission to symlink in Linux? You can make a new symlink and move it to the location of the old link. That will preserve the link ownership. Alternatively, you can use chown to set the link’s ownership manually. […]