Oracle
1Z0-877 · Question #135
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…
The correct answer is A. svcadm disable svc:/network/smtp:sendmail. See the full explanation below for the reasoning.
Question
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?
Options
- Asvcadm disable svc:/network/smtp:sendmail
- Bsvcadm -t disable svc:/network/smtp:sendmail
- Csvcadm disable svc:/network/smtp:sendmail; pkill sendmail
- Dpkill sendmail; svcadm disable svc:/network/smtp:sendmail
- Epkill sendmail and disable the sendmail legacy startup script in /etc/rc2.d
How the community answered
(37 responses)- A70% (26)
- B16% (6)
- C3% (1)
- D8% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.