This is the expected behavior when you're creating objects from Windows because you don't have any inheritable ACEs in the shared directory's ACL. If you want to get the desired access, you need to setup the shared directory's ACL properly with right inheritance bits. You can do that either from Windows or on your Solaris box using chmod (please read the chmod man page to see how you can edit ZFS ACLs). If you're trying to change the ACL from Windows make sure the connected user has enough permission to do so.
Afshin Dan Anderson wrote: > All files created from Windows XP have permission 000 (NO read, write, > execute by anyone), with extended attributes. These files can be read and > executed from Windows, but not OpenSolaris OS. Is there some workaround so > non-MS Windows users can view the files by default? > > (Regular User:) > $ ls -la > ./New Text Document created from WinXP.txt: Permission denied > ./Shortcut created from WinXP.lnk: Permission denied > ./New Folder created from WinXP: Permission denied > total 7 > > (Root:) > # ls -dV * > d---------+ 2 samba other 2 Dec 25 08:48 New Folder created from > WinXP > user:samba:rwxpdDaARWcCos:-------:allow > group:2147483648:rwxpdDaARWcCos:-------:allow > ----------+ 1 samba other 10 Dec 25 09:04 New Text Document > created from WinXP.txt > user:samba:rwxpdDaARWcCos:-------:allow > group:2147483648:rwxpdDaARWcCos:-------:allow > ----------+ 1 samba other 1613 Dec 25 08:49 Shortcut created from > WinXP.lnk > user:samba:rwxpdDaARWcCos:-------:allow > group:2147483648:rwxpdDaARWcCos:-------:allow > > > This message posted from opensolaris.org > _______________________________________________ > storage-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/storage-discuss _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
