Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
QUOTE (Bruno @ Forum 2004) |
LINUX, VIRUS and CHEESE Because there are a lot of posts lately about Anti Virus Software for Linux . . . I would like to make a few points before I describe how to use the F-Prot Virus scanner in the second post in this thread. 1). If you only run Linux you do NOT need AV software 2). If you dual boot Linux / Windows and get a virus infected mail in Linux it can NOT jump to your Windows partition ( nor can it spread over the local network to other systems ) . You can even store the attachment in your /home and open the zip ( or whatever the file is ) and it will be dead in the water, it gets no oxygen ( This is also why Linux AV progs do not have a "live guard" module in them: the virus does not execute or move ) . . you can leave it there as long as you want, nothing will happen, your Windows will not get infected as long as you do not deliberately copy it over there of course. 3).In case you dual boot you better get a good AV program for Windows 4). Only if you are running a mail server you can use a Linux AV program, not because the server will be infected but only because you do not want to pass on a virus to Windows systems. ( good social behavior ) I mean: be reasonable: If you have 2 warehouses, and you use the first one to store cheese . . . are you going to place mouse-traps in the second one where you only store stainless steel ?? Don't let the mouse-trap vendors drive you crazy: Mice do not eat stainless steel !!! So I hope I was clear . . . Slow down, Keep Cool, Relax, Life is too short: don't let unfounded fear spoil your FUN in Linux. See also This real good article by Nathan ! ![]() |
CODE |
# tar -xvzf fp-Linux-i686-ws.tar.gz # rm fp-Linux-i686-ws.tar.gz # mv /home/bruno/f-prot /usr/local/bin/ # cd /usr/local/bin/f-prot/ # ./install-f-prot.pl |
CODE |
# /usr/local/bin/f-prot/fpupdate |
CODE |
# fpscan --version |
QUOTE (Text @ Screen) |
F-PROT Antivirus version 6.2.1.4252 (built: 2008-04-28T16-44-10) FRISK Software International (C) Copyright 1989-2007 Engine version: 4.4.4.56 Virus signatures: 2009012417050d8623145b0e9b4e6504018ced311e43 (/usr/local/bin/f-prot/antivir.def) |
CODE |
# fpscan /mnt/win_c |
CODE |
# fpscan /home |
CODE |
# fpscan /home/bruno/.evolution |
CODE |
# fpscan / |
QUOTE (Text @ Screen) |
F-PROT Antivirus version 6.2.1.4252 (built: 2008-04-28T16-44-10) FRISK Software International (C) Copyright 1989-2007 Engine version: 4.4.4.56 Virus signatures: 2009012417050d8623145b0e9b4e6504018ced311e43 (/usr/local/bin/f-prot/antivir.def) Scanning: \ Results: Files: 148439 Skipped files: 0 MBR/boot sectors checked: 0 Objects scanned: 253494 Infected objects: 0 Files with errors: 0 Disinfected: 0 Running time: 08:12 |
CODE |
# /usr/local/bin/f-prot/fpupdate && fpscan /home/bruno/.evolution/ |
CODE |
# rm -rf /usr/local/f-prot # rm -f /usr/local/bin/f-prot # rm -f /usr/local/bin/f-prot-updates # rm -f /etc/f-prot.conf # rm -f /usr/share/man/man1/f-prot.1 # rm -f /usr/share/man/man5/f-prot.conf.5 |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |