I'm trying to write to a PC share from Unix.
I'm using smbmount to mount the PC share. no problem there. well sort of...
Everytime the share mounts, the permissions of the are Owner = rwx Grp = r x Others = r x
how can I get it to set the Grp rights to be rwx? OR how can I get it to allow more than one Owner?
chmod/chgrp have NO EFFECT on the permissions I tried setting the mask to 000 in smbmount and that doesn't seem to do any different either.
Try the smbmount dmask= and fmask= options, eg: dmask=0777 fmask=0666. You can also use uid= and gid= options to set the user and group ownership so you don't have to open up permissions for other.
-John ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
