Skip to content

Instantly share code, notes, and snippets.

@sulram
Created July 10, 2015 17:48
Show Gist options
  • Save sulram/f21cc9196a304f94230d to your computer and use it in GitHub Desktop.
Save sulram/f21cc9196a304f94230d to your computer and use it in GitHub Desktop.
# wordmove chmod bug
find path/to/dir/ -type f -exec chmod 664 {} + -o -type d -exec chmod 775 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment