LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Good virus scanning software (https://www.linuxquestions.org/questions/linux-newbie-8/good-virus-scanning-software-163445/)

studpenguin 03-28-2004 02:47 PM

Good virus scanning software
 
Is there good free virus scanning software for Linux that could be downloaded?

What is it?

vinay_s_s 03-28-2004 02:56 PM

f-prot
http://www.f-prot.com
But u generally dont get affected by viruses in Linux.

studpenguin 04-03-2004 05:15 PM

So there's not as many virus writers for Linux distributions?

vinay_s_s 04-03-2004 08:07 PM

People dont write as much malicious programs for linux as they do for windows.
So the only use of these programs (like f-prot, antivir..) is in an email server so that they can scan incoming and outgoing emails and atachments.

charon79m 04-04-2004 12:03 AM

To clarify why Linux does not get virused as much:

It's not that there aren't malicious code writers out there for Linux; it's that Linux handles permissions and security much better than Windows. If you look as how MS works, there's this nebulous thing called a registry. When a viral code is executed in MS, the registry is written to and executable files are also "virused" so that each time they are executed they reinfect the system.

This is most often possible because the local users are given local administrative rights. Do they need those rights? Probably not, but that's what MS gives them by default.

MS will also allow executable files to be written to. Think about it.... why would that need to ever happen? Why would an ececutable file need to be written to by anyone? It's and executable... it just needs to be executed.

In Linux, applications are executed by the service or user that runs the program. If the program is viral, it is only able to do damage to whatever that user has rights to. By default, only root can write to an executable file. As long as you're not spawning processes as root, you're pretty safe from a virus.

The viruses that I do know of that affect Linux boxes actually are not Linux flaws at all... they're flaws in applications that run on many Linux boxes.

I guess to sum it all up, it's difficult now days to write a poor operating system, but the people in Redmond do a pretty good job of it. With Linux, keep your applications patched and you'll be fine without any virus scanning software.

stabu 04-04-2004 07:42 AM

Can virus detectors running on linux detect Windows viruses?
Could be several uses for this, as the Linux OS could perform as sandbox. Handy on dual boot machines.

vinay_s_s 04-04-2004 09:15 AM

Yup, the tools will detect windows viruses

David W 01-24-2006 01:26 AM

Quote:

Originally Posted by studpenguin
Is there good free virus scanning software for Linux that could be downloaded?

What is it?

Hi have you tried AVG for linux it works well on mandriva.and is a free download. hope this is some help. David W


All times are GMT -5. The time now is 04:52 AM.