Fix Permissions

From Need to fix file permissions in a users home directory

find /home/user -type f -exec chmod 0664 {} \;
find /home/user -type d -exec chmod 0755 {} \;