>zuse tomcluster/webapps> mkdir -m 755 test
                                   ^^^

Don't do that with ACLs. The group bits have a different meaning when a file
has an ACL: it is the "mask" thing you see below.

>zuse tomcluster/webapps> getfacl test
># file: test
># owner: tomcat
># group: tomcat
>user::rwx
>user:csaba:rwx                  #effective:r-x
>group::rwx                      #effective:r-x
>mask::r-x
>other::r-x
>default:user::rwx
>default:user:csaba:rwx
>default:group::rwx
>default:mask::rwx
>default:other::r-x
>
>
>I don't understand why test/ has a mask of r-x. Shouldn't it
>inherit the mask rwx from the parent directory? How can I make sure
>that user csaba has write acess to subdirs with mode 755?
>
>cu,
>Frank
>
>
>-- 
>Dipl.-Inform. Frank Steiner   Web:  http://www.bio.ifi.lmu.de/~steiner/
>Lehrstuhl f. Bioinformatik    Mail: http://www.bio.ifi.lmu.de/~steiner/m/
>LMU, Amalienstr. 17           Phone: +49 89 2180-4049
>80333 Muenchen, Germany       Fax:   +49 89 2180-99-4049
>* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

        -`J'
-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to