1. Run the following outside the preferred account’s public_html folder:
chown user:nobody /home/USER/public_html
Run the following inside the preferred account’s public_html folder:
chown -R user:user /home/USER/public_html
find -type f -exec chown user.user {} \;
find -type f -exec chmod 644 {} \;
find -type d -exec chmod 755 {} \;