LFCS · Question #223
Which option is required to syslogd in order for it to accept remote log messages?
The correct answer is B. r. This question asks for the command-line option for syslogd that enables it to receive log messages from remote syslog clients.
Question
Options
- As
- Br
- Cremote
- Dl
How the community answered
(37 responses)- A3% (1)
- B95% (35)
- C3% (1)
Why each option
This question asks for the command-line option for `syslogd` that enables it to receive log messages from remote `syslog` clients.
The `-s` option is not a standard `syslogd` option for enabling remote message reception; it is sometimes used for `secure` logging.
The `-r` option (or `--remote`) is typically used with `syslogd` to instruct the `syslog` daemon to listen for incoming log messages from remote machines. Without this option, the daemon usually only processes local log messages.
`remote` is a descriptor, not a standard command-line option for `syslogd`.
The `-l` option is not a standard `syslogd` option for enabling remote message reception; it might be used for `local` logging control in some implementations.
Concept tested: Syslogd remote reception configuration
Source: https://linux.die.net/man/8/syslogd
Topics
Community Discussion
No community discussion yet for this question.