What command would help you identify the I/O address range being used by the network card?
A.
cat /proc/modules
B.
cat /proc/devices
C.
cat /proc/meminfo
D.
cat /proc/dma
E.
cat /proc/ioports
Explanation/Reference:
For example:
# cat /proc/ioports
[…]
9000-9fff : PCI Bus 0000:04
9c00-9c3f : 0000:04:09.0
9c00-9c3f : e1000
[…]/proc/modules contains the loaded kernel modules, /proc/devices the available devices, /proc/meminfo information about memory usage,
/proc/dma contains the used dma channels.