find /home/admin/web/sera.seraincubation.com/public_html/ -type f -exec chmod 664 {} ;
find /home/admin/web/sera.seraincubation.com/public_html/ -type f -exec chmod 755 {} ;
chgrp -R admin /home/admin/web/sera.seraincubation.com/public_html/
chown -R admin:admin /home/admin/web
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;