HOW TO RUN CLAMAV TO SCAN ALL CPANEL ACCOUNT FROM ROOT BY SSH Print

  • virus, clamav, cpanel, wordpress, server security, whm, website security
  • 0

In this article, we’ll discuss how to run ClamAV scan via SSH in cPanel/WHM server. ClamAV is one of the most popular anti-virus plugin available for cPanel servers. If ClamAV plugin is installed in WHM server, individual cPanel users can also scan their home directory, emails, FTP directory from cPanel itself.

  1. Login to your Linux machine via SSH.
  2. Run the following command to scan specific cPanel user’s public_html directory. Make sure you replace actual cPanel username with “username” in following command. This command is useful when the specific cPanel account is infected and you want it to scan.

    The flag -r denotes recursive file checking.
    The flag -i will show only infected files.

     

    Once scan is finished, you will be given Scan Summary report with list of infected files if any.

  3. To scan the public_html directory of all cPanel accounts, issue following command.
  4. To run the clamscan command to all cPanel accounts, issue following command.
  5. Issue following command to run the clamscan to remove infected files while scanning public_html directory of all cPanel accounts.

    OR

Was this answer helpful?

« Back