Hi, I'm having problems with setting the read-only attribute of a file via windows. Altough no erros are shown in the client, the file dosn't stick to it read-only settings. I've found some post on the matter, but none seemed to solve the problem. Any ideas? Relevant information: Samba 3.0.14a-1 Fedora Core 2 Kernel 2.6.8-1.521smp The user belongs to the AR-INF-backup group. Share info: [areas$] path = /dados/areas writable = yes guest ok = no nt acl support = yes # force create mode = 775 inherit acls = yes inherit permissions = yes # force directory mode = 775 strict allocate = yes Directory info: drwxrws---+ 4 root AR-INF-backup 4096 Apr 23 2003 backup [root@host areas]# getfacl backup # file: backup # owner: root # group: AR-INF-backup user::rwx group::rwx group:AR-INF-backup-RO:r-x mask::rwx other::--- [root@host areas]# ls -lua backup total 20 drwxrws---+ 4 root AR-INF-backup 4096 Mar 30 14:22 . drwxrwsr-x 116 root Domain Admins 4096 Mar 30 14:22 .. drwxrwsr-x 2 root AR-INF-backup 4096 Mar 30 14:22 Backup_App_V1 drwxrwsr-x 2 root AR-INF-backup 4096 Mar 30 04:03 Backup_App_V2 TIA. Bruno Guerreiro