Friday, July 15, 2011

How to read Syslog or other logs in real time

Posted on 10:00 AM by APC

The command which I use for reading syslog in realtime is following:

sudo tail -f /var/log/syslog

It allows me to see the new entries as well and I do not need to quit and use "less" again and again.

No Response to "How to read Syslog or other logs in real time"

Leave A Reply