Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save fabienduhamel/e4d3654897978a8f9f2bf96ca900cea7 to your computer and use it in GitHub Desktop.

Select an option

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