What is the command used to check IRQ?

1 answer

Answer

1098434

2026-05-14 07:36

+ Follow

Linux
Linux

To check IRQ (Interrupt Request) settings in a Linux system, you can use the command cat /proc/interrupts. This command displays a list of all interrupts, their corresponding IRQ numbers, and the associated devices using those interrupts. For a more detailed view, you can also use lspci -vv to see which devices are assigned specific IRQs.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.