System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.