1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.cn/linux/lsusb.md

409 B

lsusb

Display information about USB buses and devices connected to them.

  • 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 -D {{device}}

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

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