find * -type d -print0 | xargs -0 chmod 0755 # for directories find . -type f -print0 | xargs -0 chmod 0644 # for files
<Limit DELE> DenyAll </Limit>
find -size 0 -delete
find -type d -empty -delete
find -empty -delete