Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the logwatch command of linux to traverse the system log

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux's logwatch command to traverse the system log, I hope you can learn a lot after reading this article, let's discuss it together!

The logwatch command is a customizable and pluggable log monitoring system that generates log reports by traversing system log files within a given time range. Logwatch is executed by default once a day, as can be seen in / etc/cron.daily.

Syntax format: logwatch [parameters]

Common parameters:

Reference example

Only look at the log of sshd:

[root@linuxcool] # logwatch-- service sshd-- detail High

Check the log of sshd for the day:

[root@linuxcool] # logwatch-service sshd-detail High-range today

Check sshd's log yesterday:

[root@linuxcool] # logwatch-service sshd-detail High-range yesterday

Check the sshd log from October 24, 2018 to October 24, 2019:

[root@linuxcool ~] # logwatch-- service sshd-- detail High-- range 'between 10 and 2019' after reading this article, I believe you have some understanding of using linux's logwatch command to traverse the system logs. You want to know more about it. Welcome to follow the industry information channel. Thank you for your reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report