Linux_Foundation
LFCS · Question #222
LFCS Question #222: Real Exam Question with Answer & Explanation
The correct answer is C. *.* @remotehost. The question identifies the correct syslog configuration syntax for forwarding all log messages to a remote server.
Submitted by salim_om· Apr 18, 2026Service Configuration
Question
Which syslog configuration line will send out logged messages to a remote syslog server?
Options
- A. host:remotehost
- B. remote remotehost
- C. @remotehost
- D. host=remotehost
Explanation
The question identifies the correct syslog configuration syntax for forwarding all log messages to a remote server.
Common mistakes.
- A. The syntax
host:remotehostis not a standardsyslogconfiguration for sending messages to a remote server. - B. The keywords
remote remotehostare not part of the standardsyslogconfiguration syntax for forwarding messages. - D. The syntax
host=remotehostis not a standardsyslogconfiguration for sending messages to a remote server.
Concept tested. Syslog remote logging configuration
Reference. https://linux.die.net/man/5/syslog.conf
Topics
#syslog#rsyslog#log forwarding#service configuration
Community Discussion
No community discussion yet for this question.