Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Paul Dean updated May 2, 2016 at 5:16 PM


Usual machines have the umask set to 007 in /etc/launchd-user.conf.  The following command will only change the umask for terminal

If user has a new host, they will need that file edited:

cat /etc/launchd-user.conf 

if no file exists;

sudo vim /etc/launchd-user.conf

add:

umask 002
  • No labels