A new PCMCIA network card is not functioning correctly. To troubleshoot this, the socket information should be checked. How can this be done? (Choose two.)
A.
cardctl info
B.
cardctl -s
C.
cardmgr -s
D.
cat /var/lib/pcmcia/stab
E.
cat /proc/pcmcia
Wrong – it must be “B” and “D”
man-page cardctl
-s stab
Read current socket information from the specified file, instead of var/lib/pcmcia/stab.
-info
Much like the ident command, but its output is formatted as a series of Bourne-stype shell variable definitions for use in scripts.
-ident
Display card identification information, including product identification strings, manufacturer ID codes, and function ID codes.
The Q ask for “socket Information” – so it must be “-s”
@admin – please change