Linux log files location and how do I view logs files?:
# cd /var/logs
View common log file /var/log/messages using any one of the following command:
# tail -f /var/log/messages
# less /var/log/messages
# more -f /var/log/messages
# vi /var/log/messages"
'via Blog this'