You are asked to troubleshoot networking issues on an unfamiliar system.
Select the correct command to display what network devices are installed.
A.
ifconfig -a
B.
dladm show-dev
C.
dladm show-phys
D.
dladm show-ether
E.
netadm show-dev
F.
netadm show-ether
Explanation:
dladm show-dev
Shows information for all devices or the specified device.
“dladm show-dev” command is not working on Solaris 11. The documents are saying it replaced by “dladm show-phys”. so that what is the correct answer?