Skip to content

Instantly share code, notes, and snippets.

@johnsardine
Created March 29, 2014 22:53
Show Gist options
  • Save johnsardine/9864413 to your computer and use it in GitHub Desktop.
Save johnsardine/9864413 to your computer and use it in GitHub Desktop.
Generate 644 file permissions and 755 folder permissions
setfacl -d --recursive -m g::rx :dir
setfacl -d --recursive -m o::rx :dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment