View Linux log files


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # tail -f /var/log/messages
  2. # less /var/log/messages
  3. # more -f /var/log/messages
  4. # vi /var/log/messages

URL: http://www.cyberciti.biz/faq/linux-log-files-location-and-how-do-i-view-logs-files/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.