cd /home/$user
chown $user:nobody public_html
cd public_html
chown -R $user:$user *
***Make sure to replace $user with the username in question.***