find -name '*' -type d -exec chmod 0755 {} \;find . -type f -exec chmod 0644 {} \;chown your-username * -R
chown your-username * -R
chown -R username:group *