find ./ -type f -print | xargs chmod 644
find ./ -type d -print | xargs chmod 755
find ./ -type d -print | grep cache | xargs chmod 777
find ./ -type f -print | grep '/cache/' | xargs rm -f
find ./ -type f -print | xargs chmod 644
find ./ -type d -print | xargs chmod 755
find ./ -type d -print | grep cache | xargs chmod 777
find ./ -type f -print | grep '/cache/' | xargs rm -f