Wednesday, October 8, 2008

Linux log files location and how do I view logs files?

Linux log files location and how do I view logs files?

Go to /var/logs directory:
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

No comments: