The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Virus protection question.

    Discussion in 'Linux Compatibility and Software' started by Wesley Howard, Feb 11, 2009.

  1. Wesley Howard

    Wesley Howard Notebook Enthusiast

    Reputations:
    29
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    5
    I've just recently swapped to Linux. I know that Linux does not need a virus protection software or firewall. However, I can't seem to understand why. Could someone be kind enough to explain to me why Linux does not require the protection?

    Much appreciated!
     
  2. booboo12

    booboo12 Notebook Prophet

    Reputations:
    4,062
    Messages:
    4,272
    Likes Received:
    96
    Trophy Points:
    116
    It's partly through "security through obscurity"- The majority of people with computers in the world use Windows, so that's what most of the virus's/spyware, etc. is created for.

    There's probably some technical reasons too, but I'm definitely not knowledgeable enough in Linux to be able to tell you, but a lot of others here are! :D
     
  3. visiom88

    visiom88 Notebook Evangelist

    Reputations:
    631
    Messages:
    375
    Likes Received:
    10
    Trophy Points:
    31
    Certainly. There's an account on every linux system called "root". It's similar to Administrator on Windows, but it's much more strict about accessing/modifying system files. (ex. You or any program can't change anything when you're not on root) I'm not sure how this works architecturally though since I'm also a newbie. ;)

    Also because it is open source, there are a lot more "eyes" to look and fix possible security flaws on Linux.
     
  4. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    Linux is less used and newer than other operating systems. So therefor, there are less viruses made for it.

    Virus makers want to infect the most people with it. So, they target the OS'es with the most users. ;)
     
  5. Wesley Howard

    Wesley Howard Notebook Enthusiast

    Reputations:
    29
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    5
    Thanks for the info everyone!

    So do you Linux users have a virus protection anyways or no?
     
  6. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    There are viruses for Linux though, dont think there arent. Just less.

    I dont though, no. :D

    I Triple Boot with it, dont use it much, or ever really, but when i did, or do... I dont use any.
     
  7. Amranu

    Amranu Notebook Consultant

    Reputations:
    103
    Messages:
    233
    Likes Received:
    0
    Trophy Points:
    30
    visiom88 was the closest with the right answer here. Basically Linux was built from the ground up to be a secure, multi-user system. Because of the way things are set up, it is very difficult to have a virus install itself in the system and run in the background continuously without the user knowing. And even if it is, it can't really do much to the actual system without root privileges.

    Another reason linux is much harder to infect with a virus is because of how applications are installed. Almost all distros now a days use a repository system where all programs are downloaded and installed from an official source, and those that understand how to install programs outside of that route are generally tech-savvy enough to avoid installing malicious programs.

    If we look at windows, it was not initially designed with security in mind, but with ease of use. It was designed to be marketed to the public, where as unix (what linux tends to base itself off) was designed at first for internal use.

    Certainly, it's entirely possible to get a virus under linux (and for those above that said it's because linux is new or not used by many people, that's not why. a) Work on linux was actually started before windows 3.1 was released to the public, which was the first real 'mainstream' version of windows. b) the majority of servers on the internet run linux, these are a huge target worth plenty of $$, but are generally not infected because of how secure linux generally is) but it's just extremely difficult to do.

    Security through obscurity is what Windows uses by the way, it has to do with the logic of hiding the source code so any flaws are hard to find, where as linux uses the opposite approach, have it visible to anyone so all the flaws can be quickly found and fixed.

    For further reference, see: http://www.gnu.org/fun/jokes/evilmalware.html
     
  8. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Check out Clam AV, although antivirus programs on Linux are more often used to filter malware that is meant for Windows machines.