Multiple choice technology web technology

In which file will you find a listing of all used IO-Ports of your computer?

  1. /proc/iointerrupts

  2. /proc/ioaddress

  3. /proc/ioports

  4. /proc/ports

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

/proc/ioports is the virtual file that lists all I/O port address ranges currently in use by the system. /proc/iointerrupts shows interrupt assignments, /proc/ioaddress doesn't exist, and /proc/ports isn't a standard proc entry.