The standard operating procdure for your department specifies that sendmail must be turned off.
However, when you enter the ps -ef command, you see that sendmail is running on your server. In
Solaris 10, how would you shutdown the sendmail service and ensure that it does not
automatically start at the next reboot?
A.
svcadm disable svc:/network/smtp:sendmail
B.
svcadm -t disable svc:/network/smtp:sendmail
C.
svcadm disable svc:/network/smtp:sendmail; pkill sendmail
D.
pkill sendmail; svcadm disable svc:/network/smtp:sendmail
E.
pkill sendmail and disable the sendmail legacy startup script in /etc/rc2.d
Explanation: