Ubuntu – Why is Ubuntu more secure than Windows or Mac OS X

Security

Please give some solid reasons.


Linked Question

Best Answer

  1. Windows has had a single-user ethos for a very long time. Even with the invention of NT and a role/privilege system, default installs would plonk users as king of the hill. Their account (and, more importantly, anything running as their account) could do anything to any file without a check.

    This is huge because any application, any exploit in an application could run as Administrator.

    It's only since Vista where that's trying to be reversed and tightened with things like UAC...

  2. Source access is a double-edged sword. Open source enthusiasts usually tout security but it does also let people right into the system. They don't have to report anything they find, they could just write exploits for the hole.

    Thankfully, most people do report any flaws they find. Even better is they sometimes include patches that can be immediately tested and distributed.

    The turnaround for patching security holes does seem shorter than closed source software.

  3. There are just fewer of us.

    Sounds bleak but there are fewer people using one particular open source application. It's hard to justify writing an exploit, trojan, worm, etc when you could write one for Windows in the same time and catch a lot more people.

But we can't be complacent. There's no reason why a trojan or worm can't work in Linux. A malicious app running as a limited user can still do a whole load of damage. And the real flaw in all of this is the users.

Users are idiots who can be convinced to do almost anything if you dress it up with enough pomp or make it look like they're going to get something worthwhile from the process.

Read: Linux isn't invulnerable. Don't say it is. (Disclaimer: my post, my blog)

Related Question