Skip to content

Instantly share code, notes, and snippets.

@wrparker
Created June 29, 2020 21:27
Show Gist options
  • Select an option

  • Save wrparker/6f79cc054391de9ee5419db39f083728 to your computer and use it in GitHub Desktop.

Select an option

Save wrparker/6f79cc054391de9ee5419db39f083728 to your computer and use it in GitHub Desktop.
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment