Hardware

Monitoring USB communications using usbmon interface

Learn how to monitor USB devices by using the usbmon kernel module together with Wireshark or Tshark.

Frequently Asked Questions

How to see the CPU information and details on a Linux system?

lscpu

» Full answer and more examples


How to see the memory details on Linux?

dmidecode --type 17 | grep -E "Type|Speed"

» Full answer and more examples


How to see all connected USB devices on Linux?

lsusb

» Full answer and more examples


How to see the available hard disks on Linux?

lsblk -nd -I 8,259 -o NAME

» Full answer and more examples


How to see the hard disk details on Linux?

lshw -class disk

» Full answer and more examples


How to show BIOS information using dmidecode?

dmidecode --type bios

» Full answer and more examples


See all frequently asked questions for Hardware