How to check on AES if ClamAV is running or not

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sato15
    Aspiring Member
    .
    • May 2019
    • 2

    How to check on AES if ClamAV is running or not

    When we run the command as systemctl status clamd @ scan, the system responds as no service, does that mean that ClamAV is disabled?

    We want to know how to disable ClamAV in AES 7.1.3.x.
  • mlombardi1
    Legend
    • Sep 2010
    • 533

    #2
    Is this a hardened server? The following commands run as root user should do it:

    Code:
    systemctl status clamd@scan
    systemctl stop clamd@scan
    This is not persistent across reboots.
    Meridian IT - Senior Engineer

    Comment

    • sato15
      Aspiring Member
      .
      • May 2019
      • 2

      #3
      Thank you so much

      My apologies for late my response.
      It is really helpful for us.

      Comment

      Loading