EGOPOLY

Topics include: programming, Apple, Unix, gadgets, large-scale web sites and other nerdy stuff.

How to set umask globally to 0 in Leopard

2008-08-12 17:25:02

Create the file /etc/launchd.conf

Add this line:

umask 000

reboot.

This is very handy if you want a network-wide shared read/write NFS partition to actually, you know, work.