Changes the right from all directories to 777
find /var/www/html/ -type d |xargs chmod 0777
Changes user/group
chown apache:apache -R html