From: Mathieu Xavier Mauser <mathieuxaviermauser@(email surpressed)>
Subject: Re: [SYSADMIN/OSX] Changing the global umask (eg. for the Finder,etc)
   Date: Tue, 06 Jun 2006 14:27:09 -0400
Msg# 1310
View Complete Thread (7 articles) | All Threads
Last Next
On 2006-04-18 15:23:48 -0700, Greg Ercolano <erco@(email surpressed)> said:

Greg Ercolano wrote:
OSX: HOW TO CHANGE THE GLOBAL UMASK FOR ALL USERS TO 002
--------------------------------------------------------

Hi

This is what works for my set up.

1. For group read-write perms, in the Finder. Use Terminal to set globally (all users/same box):

sudo defaults write /Library/Preferences/.GlobalPreferences NSUmask 2

2. And, in Terminal, to set this for apps launched from the Bash shell:

Put "umask 002" in /etc/profile (with no quotation marks)

:)

Mat X


Last Next