Hello, I have an `owner' that is member of group `foo'. In one of his directories is an application `bar'. I would like to give permission to other `user's that are members of group `foo' to execute `bar'.
I did this by setting the ACL read&execute permission to group `foo' members to `bar' and all the higher level directories all the way up to /home/owner: setfacl -m g:foo:rx /home/owner setfacl -m g:foo:rx /home/owner/.../ setfacl -m g:foo:rx /home/owner/.../bar However users still get a `Permission denied' error when they try to execute bar. What am I missing? This is my first use of ACLs. Thanks, Mirko
_______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
