LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Recursive acl question (https://www.linuxquestions.org/questions/linux-general-1/recursive-acl-question-705440/)

mikeb75 02-17-2009 02:21 PM

Recursive acl question
 
I am trying to set an acl recursively for a user on a directory. I'm using RHEL 4.7. I want read and execute permissions on all the directories, but only read permission on regular files. I tried the following:
setfacl -m u:570:r-X -R username

This still sets execute permissions on regular files if another user has execute permissions. Do you guys know an easy way to accomplish this?


All times are GMT -5. The time now is 03:31 AM.