Re: Anti-Virus Product for Linux/Fedora?
From: Duke Robillard (duke_at_NOSPAMio.com)
Date: 02/25/05
- Previous message: Lew Pitcher: "Re: set time"
- In reply to: epigram: "Anti-Virus Product for Linux/Fedora?"
- Next in thread: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"
- Reply: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Lew Pitcher: "Re: set time"
- In reply to: epigram: "Anti-Virus Product for Linux/Fedora?"
- Next in thread: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"
- Reply: Baho Utot: "Re: Anti-Virus Product for Linux/Fedora?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|