====== Systems - Media Server:Secure the Server - Install Lynis Security Audit Tool ======
sudo apt install lynis
----
===== Perform an audit scan =====
lynis audit system
**NOTE:** The actual report is usually huge.
* The report is saved at **/var/log/lynis-report.dat**.
* Search the file with words **warning** or **suggestion**, and make the recommended updates.
----
===== References =====
[[Ubuntu:Lynis Security Audit Tool|Lynis Security Audit Tool]]