asked 108k views
0 votes
Which file does not contain any essential system information such as IRQs, DMA channels, and I/O addresses? a. /proc/ioports b. /proc/ioaddresses c. /proc/interrupts d. /proc/dma

asked
User Inder
by
7.6k points

1 Answer

7 votes

Final answer:

The file /proc/ioaddresses does not hold any essential system information such as IRQs, DMA channels, and I/O addresses as it does not exist in the Linux system. Other files in /proc directory provide significant information regarding system interrupts or communications. Thus, the correct option is b.

Step-by-step explanation:

The file that does not contain any essential system information such as IRQs, DMA channels, and I/O addresses is /proc/ioaddresses. Based on Linux, /proc directory includes several other sets as follows: a. /proc/ioports provides a list of currently registered port regions used for input or output communication with a device. b. /proc/interrupts shows the number of interrupts per CPU per I/O device. c. /proc/dma gives a list of DMA channels being used at the moment. The /proc/ioaddresses doesn't exist, thus it cannot contain any essential system information.

Learn more about /proc/ioaddresses

answered
User Jeff Zeitlin
by
7.9k points