More Questions Than Answers

Dan Atrill's blog site

Tail end of log files

A useful command for looking at the end of a logfile, for example a maillog to ensure correct sending of a message.
tail -f (logfile), where -f will update as the logfile is written to.
Found at Linux Forum

Wed, November 16 2005 » Linux

Leave a Reply

*