On Thu, Jun 24, 2010 at 3:18 PM, emmanuel segura <[email protected]> wrote: > what kind of application are you running. script{perl,bash,sh,ksh} > > or binary. > > try to look this url > http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-acls.html
Thanks for the URL (I will bookmark that site). The application is bash. In my fstab, the filesystem is ext, and options are `default'. I assumed that since the setfacl & getfacl commands worked that acl was active. I will change the fstab to from default to acl and reboot Thanks, Mirko > > 2010/6/24 Mirko Vukovic <[email protected]>: >> 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 >> >> > > > > -- > esta es mi vida e me la vivo hasta que dios quiera > > _______________________________________________ > rhelv5-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/rhelv5-list > _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
