» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 4/23
4.What file will show you the IRQs being used by different hardware devices?

/proc/interrupts
/proc/irqs
/proc/irq
/proc/int
/proc/ints

Explanation: The IRQs being used by the hardware devices are listed in the /proc/interrupts file.

Reference: http://linuxcommand.org/man_pages/lsdev8.html

Incorrect Answers
B: The IRQs are not listed in the /proc/irqs file.
C: The IRQs are not listed in the /proc/irq file.
D: The IRQs are not listed in the /proc/int file.
E: The IRQs are not listed in the /proc/ints file.

« Question 3 Question 5 »