Unable to change ACL-permissions for symbolic links
the chmod-manual page states about the -h option: If the file is a symbolic link, change the mode of the link itself rather than the file that the link points to.
But somehow this doesn't seem to have an effect. it always manipulates the original file instead of the symbolic link although this should be the default behaviour anyway. I tried with several different links and checked with 'ls -le'. It doesn't matter whether I try to add permissions or get rid of all of them with 'chmod -h -N ./linkfile' or 'chmod -N -h ./linkfile'.
Any help would be appreciated although I guess I could live with all the symbolic links in my home directory having the "group:everyone deny delete" restriction on them.. :S
But somehow this doesn't seem to have an effect. it always manipulates the original file instead of the symbolic link although this should be the default behaviour anyway. I tried with several different links and checked with 'ls -le'. It doesn't matter whether I try to add permissions or get rid of all of them with 'chmod -h -N ./linkfile' or 'chmod -N -h ./linkfile'.
Any help would be appreciated although I guess I could live with all the symbolic links in my home directory having the "group:everyone deny delete" restriction on them.. :S
MacBook Pro, Mac OS X (10.5.2)