I know this is an old thread - but will this command still work?
"for CPAccess in `ls -A /var/cpanel/users`; do chown -R $CPAccess:nobody /home/$CPAccess/public_html; done"
On my test system I get the following:
chown: invalid user: `system:nobody'
"for CPAccess in `ls -A /var/cpanel/users`; do chown -R $CPAccess:nobody /home/$CPAccess/public_html; done"
On my test system I get the following:
chown: invalid user: `system:nobody'