Which statement is true about the listed rules?

Examine some rules from the /etc/rsyslog.conf file:
*.info;mail.debug;authpriv.none;cron.none/var/log/messages
uucp, news.notice/var/log/spooler
Which statement is true about the listed rules?

Examine some rules from the /etc/rsyslog.conf file:
*.info;mail.debug;authpriv.none;cron.none/var/log/messages
uucp, news.notice/var/log/spooler
Which statement is true about the listed rules?

A.
Only messages with a priority of info from all facilities are sent to /var/log/messages.

B.
Only messages with a priority of notice from the news facility are sent to /var/log/spooler.

C.
Messages with a priority of debug or higher from the mail facility are sent to /var/log/message

D.
Only messages with a priority of debug from the mail facility are sent to /var/log/messages.

Explanation:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


*****

*****

Answer: C

All messages of the specified priority and higher are logged according to the specified action.

Jef Adams

Jef Adams

not A, not B

C is correct