As system administrator, you are asked to shut down the Apache HTTPD service that is running
on a development server. You run the svcs | grep apache command, and receive this output:
legacy_run Feb_02 lrc:/etc/rc3_d/S50apache
Based on this output, which two statements are true? (Choose two.)
A.
This service is NOT managed by SMF.
B.
In order to shut down this service, you need to execute the following shutdown script: svcadm -v disable /etc/init.d/S50apache.
C.
This service is managed by LRC.
D.
Any legacy_run state can NOT be manually shut down.
E.
In order to shut down this service, you need to execute the shutdown script in the /etc/init.d
directory.
Explanation: