Warning: Undefined variable $sapa in /www/wwwroot/news.descreated.com/wp-content/themes/wpberita/visit-bot.php on line 142
How to Stop and Disable ClamAV Service from CentOS? - Descreate News Edukasi

How to Stop and Disable ClamAV Service from CentOS?

  • Bagikan

We all know that ClamAV scanner is pretty heavy on CPU-Memory resources, and it should be avoided in low memory Linux systems. If you want to disable the ClamAV scanner from your CentOS system, you can refer to the following instructions.

Disable ClamAV service

  1. The first step is to stop the ClamAV scanner by applying following command.
    # service clamd stop
  2. To enable and disable the services in Red Hat based Linux distributions, chkconfig script is used. Issue following commands to disable the ClamAV scanner at the system startup.
    # chkconfig clamd off 
    # chkconfig clamd --del
  3. Once ClamAV is disabled, you may have to verify it’s status. Execute the following command to check whether ClamAV is disabled at boot level or not. If ClamAV is disabled successfully following command won’t show you any result.
    #chkconfig --list | grep clam

    After applying above changes, The system next time will boot without ClamAV service which in fact will be saving our system resource and the server would be faster.

Disable other unwanted services

You can execute command shown in step#2 to disable other unwanted packages and application from your CentOS system. All you’ve to do is, execute the following command to list all services and determine the service name you want to disable. The following command will display all services and their status at boot on each run level.

 

# chkconfig --list

Once the service name is determined, execute the command shown in step#2 replacing service name with clamd.

→ Looking to install the ClamAV plugin from WHM? Please refer to Install ClamAV for more details.

→ Want to run ClamAV scan from SSH in cPanel? Please refer to Run ClamAV for more details.

→ Looking to run Maldate and ClamAV from the same server? Please refer to Run multiple scanners for more details.

Baca Juga:  Windows Generasi Terbaru Segera Tiba! | Ini Jadwalnya
  • Bagikan