How to set umask globally to 0 in Leopard

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.

Comments are closed.