System Grab Bag

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

logwatch

Summarizes many different logs for common services (e.g. apache, pam_unix, sshd, etc.) in a single report. More information: https://manned.org/logwatch.
  • Analyze logs for a range of dates at a certain level of detail:
    logwatch --range {{yesterday|today|all|help}} --detail {{low|medium|others}}'
  • Restrict report to only include information for a selected service:
    logwatch --range {{all}} --service {{apache|pam_unix|etc}}

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.