Reset Permissions Folders 755 Files 644
find . -type d -exec chmod 0755 {} \; && find . -type f -exec chmod 0644 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find . -type d -exec chmod 0755 {} \; && find . -type f -exec chmod 0644 {} \; |