Skip to content

Instantly share code, notes, and snippets.

@adelq
Created June 7, 2017 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelq/a1cfbeead16343cfa20bd6855e3a1aee to your computer and use it in GitHub Desktop.
Save adelq/a1cfbeead16343cfa20bd6855e3a1aee to your computer and use it in GitHub Desktop.
Fix ENIAC webroot permissions
find $1 -type d -print | xargs chmod a+rx
find $1 -type f -print | xargs chmod a+r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment