You are configuring a system on a public network. Because of the risk of other systems snooping
network traffic and obtaining login and password information that is sent in clear text, you want to
force users who access this system remotely to use ssh instead of telnet. To do this, you want to
disable in.telnetd. Which two commands accomplish this? (Choose two.)
A.
inetadm -d svc:/network/telnet
B.
inetd delete svc:/network/telnet
C.
svcadm disable svc:/network/telnet
D.
inetadm delete svc:/network/telnet
E.
svcadm destroy svc:/network/telnet
F.
grep -v in.telnetd /etc/inetd.conf > /etc/inetd.conf