Archives

Cpanel Errors, WHM errors

error 1)
cpanel is showing diskusage full
solution
#find / -user username -ls  >> used  to find the files that are owned by that user
#find / -user uid   -ls     >> used to find the files that are owned by the user by looking the uid. The uid can  found from/etc/passwd
error 2)
whm is not showing correct disk space
before running [...]

Useful Cpanel commands

On a RedHat,Centos, fedora CPanel servers, here are the useful services:
bandmin
chkservd
cpanel
crond
exim
httpd
mysql
named
proftpd
CRON INFO:
Root crontab:
crontab -e
To edit a users cron jobs
crontab -u username -e
Replace username with the actual username of the client you want to edit.
/scripts/adddns Add a Dns Entry
/scripts/addfpmail Install Frontpage Mail Exts
/scripts/addservlets Add JavaServlets to an account (jsp plugin required)
/scripts/adduser Add a User
/scripts/admin Run [...]