94.8k views
3 votes
which of the following is the full path and filename of the file that contains information about which interrupt request (IRQ) channels are being used by each hardware and device on the system?

User Gauravmuk
by
6.2k points

1 Answer

4 votes

Answer:

INCOMPLETE QUESTION.... Options not provided, However, the answer is

/proc/interrupts

Step-by-step explanation:

This file records the number of interrupts per IRQ on the x86 architecture. The output of this file is tabular.. with the first column for the IRQ number, another column for each CPU in the system, a third column the reports the type of interrupt and finally the last column holds the name of the device located at that IRQ

User Georg Fritzsche
by
6.0k points