Skip to content

Instantly share code, notes, and snippets.

@mgirouard
Created April 5, 2013 04:05
Show Gist options
  • Select an option

  • Save mgirouard/5316539 to your computer and use it in GitHub Desktop.

Select an option

Save mgirouard/5316539 to your computer and use it in GitHub Desktop.
Setting proper directory permissions for server user + standard user
# MacOS only
sudo chmod +a "USERNAME allow delete,write,append,file_inherit,directory_inherit" TARGET
setfacl -R -m u:USERNAME:rwX TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment