1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/pages/linux/lsusb.md

482 B

lsusb

Display information about USB buses and devices connected to them. More information: https://manned.org/lsusb.

  • List all the USB devices available:

lsusb

  • List the USB hierarchy as a tree:

lsusb -t

  • List verbose information about USB devices:

lsusb --verbose

  • List detailed information about a USB device:

lsusb --verbose -s {{bus}}:{{device number}}

  • List devices with a specified vendor and product ID only:

lsusb -d {{vendor}}:{{product}}