Skip to content

Instantly share code, notes, and snippets.

@fabienduhamel
Last active January 7, 2017 23:55
Show Gist options
  • Save fabienduhamel/e4d3654897978a8f9f2bf96ca900cea7 to your computer and use it in GitHub Desktop.
Save fabienduhamel/e4d3654897978a8f9f2bf96ca900cea7 to your computer and use it in GitHub Desktop.
Set newly files as writable by group users recursively
setfacl -R -d -m g::rwx .
# will set newly created files and folders ...rwx...+ :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment