Summarize the following : IT Security Foundations: Operating System Security Why OS security matters: The operating system is the main target for hackers. If the OS is messed up, apps, files, and users are at risk. Basic security rulesUse least privilege (people get only the access they need), stack defenses (multiple protections), and keep default settings secure. Accounts and accessManage accounts properly, use strong passwords and multi‑factor authentication (MFA), and set roles so people can only do what they should. Check permissions regularly. Hardening the systemTurn off services you don’t need, close extra ports, and only install essential software. Use secure configuration templates so everything is consistent. Patching and updatesKeep the OS and firmware updated. Test updates before rolling them out and automate the update process when you can. Endpoint protectionRun anti‑malware, use host firewalls, whitelist approved apps, check file integrity, and enable secure boot/TPM if available. Logging and monitoringCollect logs in one place, keep audit trails, watch for weird behavior, and use logs to help during incidents. Admin and remote accessUse separate admin accounts with minimal rights, secure remote tools (like SSH keys and jump hosts), and require MFA for admin access. Virtualization & containersKeep virtual machines and containers isolated, patch hosts and hypervisors, and use minimal container images. Practical to‑do listInventory your systems, follow hardening guides, enable MFA, schedule regular patches, use endpoint detection/antivirus, centralize logs, and test backups.