Re: Anti-Virus Product for Linux/Fedora?

From: Duke Robillard (duke_at_NOSPAMio.com)
Date: 02/25/05

  • Next message: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"
    Date: Fri, 25 Feb 2005 15:12:40 -0500
    
    

    epigram wrote:
    > I recently installed Linux/Fedora3. Is there a recommended anti-virus
    > product for this OS? Ideally I'd like something that would update itself
    > and require minimal intervention from myself. Any suggestions would be
    > greatly appreciated..

    Here's a shell script that will work pretty well:

    > ./virus-check
    No Viruses Found
    > cat virus-check
    OS=`uname`
    if [ "$OS" == "Linux" ]
    then
       echo "No Viruses Found";
    fi

    Duke


  • Next message: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"

    Relevant Pages