Skip to content

Instantly share code, notes, and snippets.

@ianthekid
Created February 25, 2015 06:19
Show Gist options
  • Select an option

  • Save ianthekid/2b3bb2ad751a3558739f to your computer and use it in GitHub Desktop.

Select an option

Save ianthekid/2b3bb2ad751a3558739f to your computer and use it in GitHub Desktop.
Repair Permissions CentOS / Apache
find . -type d -exec chmod 755 {} + ; find . -type f -exec chmod 644 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment