Critical Linux Logfiles

Top  Previous  Next

In the event of any issues, the following logfiles in Linux should be checked:

Show general console messages

# tail -f /var/log/messages

Show the history of jobs run under control of cron

# tail -f /var/log/cron.log

History of secure access requests -- ssh as an example

# tail -f /var/log/secure