1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Why are limited user privileges important in Linux security?
Because normal users cannot make system changes or install harmful programs without the root (admin) password. This prevents malware from easily spreading.
Why does open-source code make Linux more secure?
Hackers target Windows more because it has a larger user base and more legacy security holes, while Linux users are usually more technical and harder to trick.
What built-in security features does Linux have?
AppArmor / SELinux, firewalls (like ufw
), and fewer background programs, which reduce the attack surface.
How does Linux handle updates differently than Windows?
Linux pushes small, frequent updates that quickly fix security issues, while Windows often delays with monthly patches.
Can Linux still be hacked despite its security strengths?
Yes, if misconfigured, left unpatched, or if the user installs untrusted software. Linux is secure by design, but not 100% invincible.
Why are Linux package managers safer than downloading .exe files?
On Windows, you often download .exe
files from random websites (which could contain viruses) , On Linux, you install software from official package managers (apt
, dnf
, etc.), which pull trusted software from secure repositories.