Chasing the tail of a Linux Server log file

At a terminal run the following:
tail -f /var/log/messages

A nice little article on Tail:
http://linux.101hacks.com/unix/tail/

You may also like