Alan, On page 401 in OpenSolaris Bible it talks about zfs access lists. I'm assuming for a user to be able to see the content of a folder, they would need the list_directory permission. Do they also require the read_data?
So what I need to apply here so that user "soft" from group "software" see all file and directories is: /usr/bin/chmod A=group:software:list_directory:file_inherit:allow /zstorage/Pictures with chgrp -R software /zstorage/Pictures -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
