Not sure if this is what you mean, but I always start CIFS shares by granting everybody full permissions, and then set the rest from windows. I find otherwise deny permissions cause all kinds of problems since they're implemented differently on windows.
I'm writing this from memory, so the syntax might be slightly out, but basically I just run: # chmod A=everyone@:full_set:fd:allow folder I don't know exactly when the full_set shortcut arrived, before that you had to use # chmod A=everyone@:rwxpdDaARWcCos:fd:allow folder The trick is to use A=everyone@ - the A= replaces all the existing permissions, and the everyone@ means you won't lock anybody out :) -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
