You update the /etc/syslog.conf file to modify message facility settings. Which two options cause the syslogd daemon to reread /etc/syslog.conf to enable the settings without requiring a reboot to the system? (Choose two.)

A.
init 6
B.
pkill -HUP syslog.conf
C.
syslogd refresh /etc/syslog.conf
D.
svcadm refresh svc:/system/system-log:default
E.
svcadm stop svc:/system/system-log:default ; svcadm start svc:/system/system-log:default
I agree with the answer.
0
0