LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   clamav disable (https://www.linuxquestions.org/questions/linux-newbie-8/clamav-disable-790758/)

salimshahzad 02-22-2010 07:44 AM

clamav disable
 
dear guru

how to disable boot,startup the clamav on rhel/centos. also advise to stop services

regards
salim

vinaytp 02-22-2010 07:58 AM

Quote:

Originally Posted by salimshahzad (Post 3872527)
dear guru
how to disable boot,startup the clamav on rhel/centos. also advise to stop services
salim

Your post is not conveying your problem properly.

Are you finding a way to disable clamav during startup ? If my guess is correct then you can try following command

Code:

# chkconfig --level 35 clamav off
As you are using rhel/centos you may also try with
Code:

# ntsysv
A GUI window appears, where you can untick clamav by pressing space key.


All times are GMT -5. The time now is 08:00 PM.