Skip to content

Instantly share code, notes, and snippets.

@dejan
Created April 11, 2010 02:02
Show Gist options
  • Save dejan/362440 to your computer and use it in GitHub Desktop.
Save dejan/362440 to your computer and use it in GitHub Desktop.
# Resolving permission corruption
chmod -R 755 photos
find photos/ -type f -perm 755 -print0 | xargs -0 chmod 644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment