Which daemon in Linux is responsible for logging system messages?
- syslogd
- klogd
- systemd
- auditd
In Linux, the syslogd daemon is responsible for logging system messages. It collects and manages log messages generated by various system components and services. klogd is used for kernel log messages, systemd is an init system, and auditd is responsible for auditing.
Loading...
Related Quiz
- Which Linux distribution is commercially backed by Canonical?
- Which loop in shell scripting tests the condition before executing the body of the loop?
- You're troubleshooting a network issue and want to see if any dropped packets are occurring on your server's main network interface. Which command would you likely use?
- Which file system is commonly used in many modern Linux distributions and supports journaling?
- The ________ file in Linux is used to configure network interfaces and is typically found in the /etc/network/ directory.