nerdexam
Linux_Foundation

LFCS · Question #49

Which of the following are syslog facilities? (Choose TWO correct answers.)

The correct answer is A. local7 B. mail. local7 and mail are standard syslog facilities used to categorize log messages by their source or type. Facilities help syslog daemons determine how to handle and route different kinds of log events.

Submitted by hans_de· Apr 18, 2026Service Configuration

Question

Which of the following are syslog facilities? (Choose TWO correct answers.)

Options

  • Alocal7
  • Bmail
  • Cadvanced
  • Dpostmaster
  • Eremote

How the community answered

(34 responses)
  • A
    85% (29)
  • C
    3% (1)
  • D
    3% (1)
  • E
    9% (3)

Why each option

`local7` and `mail` are standard syslog facilities used to categorize log messages by their source or type. Facilities help syslog daemons determine how to handle and route different kinds of log events.

Alocal7Correct

`local7` is one of the eight reserved local-use facilities (local0 through local7) that can be assigned by administrators for custom logging purposes.

BmailCorrect

`mail` is a standard syslog facility specifically used for messages generated by mail system processes (e.g., MTAs, MDAs).

Cadvanced

`advanced` is not a standard syslog facility.

Dpostmaster

`postmaster` is typically an alias for a mail administrator, not a syslog facility.

Eremote

`remote` is not a standard syslog facility; it describes a type of logging, but not a facility name itself.

Concept tested: Syslog facilities

Source: https://man7.org/linux/man-pages/man3/syslog.3.html

Topics

#syslog#logging#facilities#system logging

Community Discussion

No community discussion yet for this question.

Full LFCS Practice