My users are getting this when logging into CPanel:
sh: /usr/local/cpanel/bin/mysqladmin: Permission denied
How do I fix this? What went wrong?
Edit:
And this:
sh: /usr/local/cpanel/bin/ftpadmin: Permission denied
My users are getting this when logging into CPanel:
sh: /usr/local/cpanel/bin/mysqladmin: Permission denied
How do I fix this? What went wrong?
Edit:
And this:
sh: /usr/local/cpanel/bin/ftpadmin: Permission denied
Beau Henderson
Try this as root:
chmod 4755 /usr/local/cpanel/bin/cpwrap
Matt
I got this:
chmod: changing permissions of `/usr/local/cpanel/bin/cpwrap': Operation not permitted
Beau Henderson
4755 or 755?
Beau Henderson
Were you root when you typed that command? If so, try this and tell me what it says:
lsattr /usr/local/cpanel/bin/cpwrap
Matt
Yes, I was root.
Beau Henderson