You must use console and type for all users files and folders:
find /home/*/domains/*/public_html -type f -exec chmod 644 {} \; find /home/*/domains/*/public_html -type d -exec chmod 755 {} \;
If you want use only for specified directory just change patt pattern…
Have good day ๐