Skip to content

Instantly share code, notes, and snippets.

@mcgarrigle
Created September 12, 2019 12:21
Show Gist options
  • Save mcgarrigle/c10a77d24b5ebef06eab3d80e77a55e5 to your computer and use it in GitHub Desktop.
Save mcgarrigle/c10a77d24b5ebef06eab3d80e77a55e5 to your computer and use it in GitHub Desktop.
reset library files world readable after umask problems
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment