In article
<cba3251a-dff6-4647-aa4c-439d75c27ae5@x35g2000hsb.googlegroups.com>,
> > In article
> > <a7345e87-c9b0-434d-a9e0-fa183912e...@a1g2000hsb.googlegroups.com>,
[quoted text clipped - 33 lines]
>
> with no luck, the file doesn't change at all as diff say...
Hello, I thought you were experienced with the subject. What you tried
won't work. For instance:
The default umask on Mac OS X systems is 022; this means that by default
all users are granted read
access to all newly created files. It is recommended that this be
changed to 027 so that only users in
the same group are permitted automatic read access to new files.
Organisational security standards
may dictate an alternative umask. Since the umask setting must be
specified as a *** decimal value *** , the
octal value 027 would be 23 in decimal notation. To change the default
umask, execute the following
command:
sudo defaults write /Library/Preferences/.GlobalPreferences NSUmask 23
So....attenzione (attention please) Andrea...find out what the decimal
notation of NSUmask 002 is. (don't know that one). That would solve your
'problem'.
Good luck.

Signature
ROT-13 to send an e-mail: 1abercyl@urgarg.ay
Jolly Roger - 30 May 2008 18:46 GMT
> Since the umask setting must be
> specified as a *** decimal value *** , the
[quoted text clipped - 6 lines]
> notation of NSUmask 002 is. (don't know that one). That would solve your
> 'problem'.
For those who wish to convert hexadecimal, decimal, octal, and binary
numbers the lazy way in Mac OS X 10.5:
1. Open /Applications/Calculator.
2. From the Calculator menu bar, choose View > Programmer (or just click
the (+) button on the window title bar twice).
3. Just under the display area, click the "Dec" button.
4. Enter a decimal number.
5. Click "Oct" or "Hex" to view the corresponding equivalent.

Signature
Please send all responses to the relevant news group. E-mail sent to
this address may be devoured by my very hungry SPAM filter. I do not
read posts from Google Groups. Use a real news reader if you want me to
see your posts.
JR
andrea - 30 May 2008 23:12 GMT
> In article
> <cba3251a-dff6-4647-aa4c-439d75c27...@x35g2000hsb.googlegroups.com>,
[quoted text clipped - 60 lines]
> --
> ROT-13 to send an e-mail: 1aber...@urgarg.ay
Yes I think I understood already, but the problem is that I only want
ONE folder to behave with umask 002, for every program working on it.
That default setting is not doing this if I'm not wrong...
billy@MIX.COM - 31 May 2008 00:22 GMT
> > So....attenzione (attention please) Andrea...find out what the decimal
> > notation of NSUmask 002 is. (don't know that one). That would solve your
> > 'problem'.
In this case (less than eight) it is the same.
> Yes I think I understood already, but the problem is that I only want
> ONE folder to behave with umask 002, for every program working on it.
You want an access control list -
http://www.macosxhints.com/article.php?story=2005050120073947
More detailed info is here -
http://www.bresink.com/osx/193281/Docs-en/ACL.html
Billy Y..