Yes, if you are running ONTAP 6.2.1 or later. Issue a command like this:
Filer> cifs shares -change cifs.homedir -umask 111
You may also want to use 133 to remove WRITE from group and other. Note that this umask also affects directory creation by CIFS clients.
Mark
-----Original Message----- From: Charles Bartels [mailto:cbartels@openharbor.com] Sent: Friday, May 16, 2003 11:22 AM To: toasters@mathworks.com Subject: CIFS home directory umask
Hi Folks, Is it possible to set the umask on home directory "shares" in a UNIX security style qtree? Right now if a user creates a file from a pc the "execute" bit is set (755, -rwxr-xr-x) -C.