Do you have any antivirus recomendations for Linux.

  • @[email protected]
    link
    fedilink
    12 years ago

    I have clamav installed, can I disable livescan? I use it mainly for data I will transfer to windows computers to make sure it’s safe

    • Skull giver
      link
      fedilink
      12 years ago

      If you use a ClamAV GUI, you’ll probably have a toggle for this.

      If you use the command line version, you can find the documentation for on-access scanning here. Basically: open /etc/clamav/clamav.conf, set ScanOnAccess and OnAccessPrevention to yes and make sure OnAccessExcludeUname is set to clamd or whatever clam system user your system uses.