Account not listing in WHM >> List Account

If you can not see user’s account in WHM >> List account, please use following steps to fix it. Check the following files : 1.  Check if the domain is present in this list /etc/userdomains 2.Username should be replaced by the actual username ls /var/cPanel/users/username 3. Check if this file exists /var/cpanel/users/username If all the […]

See More

How to use RPM command

To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh pkgname You can also use YUM to install/uninstall rmp pkgs yum remove bind* yum install bind*  

See More