Script To Fix Permissions And Ownership, on files and Directories, for cPanel Accounts

Fixing permission for a cpanel account doing manually is a difficult task. We can do it by running a script. For that follow below steps, →Download the script using below command wget https://raw.githubusercontent.com/PeachFlame/cPanel-fixperms/master/fixperms.sh →To make it is executable please give execute permission for it. chmod +x fixperms.sh →We can run the script to fix a … Read more

Using Maldet Scanner Utility To Scan Cpanel Accounts

Maldet is a malware detector and scanner for Linux, designed for shared hosting environments. If maldet not installed on the server then we can follow below steps on the server to install it. Installation steps:- # wget http://www.rfxn.com/downloads/maldetect-current.tar.gz # tar -xvf maldetect-current.tar.gz # ls -l | grep maldetect # cd maldetect-1.6.4/ # ls # ./install.sh … Read more