Skip to content

Instantly share code, notes, and snippets.

@szaydel
Created February 17, 2016 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szaydel/828ebc7a2a728e8746aa to your computer and use it in GitHub Desktop.
Save szaydel/828ebc7a2a728e8746aa to your computer and use it in GitHub Desktop.
AFP on OSX tuning system settings
It may be necessary at times to modify umask settings in order to allow for shared file access.
This sets the umask to 0022, but other variants are also possible, assuming it is a value unix umask value.
# sudo launchctl config user umask 022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment