Log files. They're there for a reason -- to keep track of what goes on behind the velvet curtain of your operating system. When things go wrong, entries are added to those log files, so you can view ...
This easy. Just type logger on the command line and your message will be added to the end of the /var/log/syslog file. $ logger comment to be added to log $ tail -1 /vvar/log/syslog May 21 18:02:16 ...
Most Linux problems aren't complex. They're poorly observed. These are the exact commands that I run before troubleshooting ...
Log rotation on Linux systems is more complicated than you might expect. Which log files are rotated, when and how often, whether or not the rotated log files are compressed, and how many instances of ...
How to use syslog-ng to collect logs from remote Linux machines Your email has been sent Jack Wallen walks you through the process of setting up a centralized Linux log server using syslog-ng. Let’s ...
Linux 101: How to easily view real-time log entries with tail Your email has been sent The tail command makes it easy to view log entries as they are written in real-time. Jack Wallen shows you how to ...