4 Comments
[HowTo] Use grep / egrep to filter syslog messages
When you work with Linux and need to configure server, you are often confronted to check server’s logs which are stored in /var/log/syslog. The problem is that this file contains logs of many applications. Here is an example of the content of syslog. tail -f /var/log/syslog The -f parameter allow… Continue reading