Jan Engelhardt wrote > Well, set the default mask!
That's what I did and that's what doesn't work... Investigating a little bit I found out that it seems to be a SLES9/NFS-Problem. The parent dir has a default mask of rwx: # getfacl . ... default:mask::rwx ... Now I call "mkdir test1" on the SLES9 NFS server, "mkdir test2" on a SLES9 nfs client and "mkdir test3" on a SuSE 10.1 nfs client, all as user tomcat. The result is: drwxrwxr-x+ 2 tomcat tomcat 48 Oct 19 15:53 test1 drwxr-xr-x+ 2 tomcat tomcat 48 Oct 19 15:54 test2 drwxrwxr-x+ 2 tomcat 104 48 Oct 19 15:54 test3 and accordingly test2 has a mask of r-x, while test1 and test3 have rwx. The tomcat server runs on the SLES9 nfs client... So it looks like a SLES9 nfs client doesn't honour the default mask when creating a subdir? I guess this is a bug in SLES9 (kernel/nfs code whatever)? 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]
