#!/bin/bash
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 775 {} \;
chmod 550 pear
chown -R fum:www-data .
chmod 700 reset_perm
