Re: Anti-Virus Product for Linux/Fedora?
From: Baho Utot (baho-utot+NOSPAM+_at_columbus.rr.com)
Date: 02/26/05
- Previous message: Duke Robillard: "Re: Anti-Virus Product for Linux/Fedora?"
- In reply to: Duke Robillard: "Re: Anti-Virus Product for Linux/Fedora?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Feb 2005 23:35:40 GMT
On Fri, 25 Feb 2005 15:12:40 -0500, Duke Robillard wrote:
> 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
GPL'd I presume?
- Previous message: Duke Robillard: "Re: Anti-Virus Product for Linux/Fedora?"
- In reply to: Duke Robillard: "Re: Anti-Virus Product for Linux/Fedora?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|