October 2022
Intermediate to advanced
500 pages
19h 57m
English
When properly configured, log files are stored in the /var/log/ directory or subdirectories. There are two services associated with Linux operating system logs: the system log (syslog) and kernel log services. You may find different implementations of the syslog function installed by the distribution you have chosen. Newer systems use the newer rsyslog service by default, which supports secure tunneled connections and database management.
The system and kernel log services originated as two different services. However, their functionality has been combined in a single package on most systems. On both Red Hat and Ubuntu systems, the package is named sysklogd and is configured in the /etc/syslog.conf ...