Which of the following are syslog facilities? (Choose two.)
Which of the following are syslog facilities? (Choose two.)
Syslog facilities are predefined strings that represent different system and application messages. 'local5' and 'mail' are both valid syslog facilities. 'local5' is one of the local facilities available for custom use, and 'mail' is a standard facility used for logging mail system messages. The other options such as 'accounting', 'postmaster', and 'remote' are not standard syslog facilities.
A and C are correct
"Each log message is given a facility number and keyword that are associated with the Linux internal subsystem that produces the message:" https://learning.lpi.org/en/learning-materials/102-500/108/108.2/108.2_01/#:~:text=Each%20log%20message%20is%20given%20a%20facility%20number%20and%20keyword%20that%20are%20associated%20with%20the%20Linux%20internal%20subsystem%20that%20produces%20the%20message%3A
True: "local0 through local7"