System Grab Bag

View all TLDR pages from Linux (or from all pages)

lynis

System and security auditing tool. More information: https://cisofy.com/documentation/lynis/.
  • Check that Lynis is up-to-date:
    sudo lynis update info
  • Run a security audit of the system:
    sudo lynis audit system
  • Run a security audit of a Dockerfile:
    sudo lynis audit dockerfile {{path/to/dockerfile}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.