| Windows security is pretty good when running as a normal user and having UAC turned on on its full level and binaries validation. Yes, those things should be turned on by default. It is hard to educate generations used to work as root. When people discuss UNIX security they tend to forget that worms were first targeted at them. Also data matters more than system binaries, so it is enough to p0wn an application and suddenly $HOME is open to the world. Then new GNU/Linux generations also seem very found of "curl ... | sh". Again opening $HOME to the world. I also doubt everyone reads their emacs, vi, ..... packages. Again opening $HOME to the world. UNIX does have a better security model configuration out of the box, but is just as unsafe for the regular users that just dump stuff into their PCs. |
Do you still need to run anti-virus software in this configuration?
> UNIX does have a better security model configuration out of the box, but is just as unsafe for the regular users that just dump stuff into their PCs
Again, I agree, if a user wants to hose their system, Unix won't prevent them. But anti-virus software won't prevent them either.
My point is, what about the user that doesn't want to hose their system? On Linux, it's very simple: use your package manager to install software, and don't run anything that wasn't installed that way.