After installing the OS, you boot the system and notice that the syslogd daemon is not
accepting messages from remote systems. Which two options should you select to modify
the syslogd daemon configuration so that it accepts messages from remote systems?
A.
svccfg-s svc:/system/system-log setprop start/exec= “syslogd-t” Restart the syslogd
daemon.
B.
Set the following parameter in the /etc/syslogd.conf file: LOG_FROM_REMOTE= YES
Restart the syslogd daemon.
C.
svcadm enable svc:/system/system-log/config/log_from_remote Restart the syslogd
daemon.
D.
svccfg-s svc:/system/system-log setprop config/log_from_remote=true Restart the
syslogd daemon.
E.
Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YES
Restart the syslogd daemon.