commands.sh

lsusb

linux

Display information about USB buses and devices connected to them.

More info →

Options (2)

-t, --treeboolean

List the USB hierarchy as a tree

Example: lsusb {{[-t|--tree]}}
-v, --verboseboolean

List verbose information about USB devices

Example: sudo lsusb {{[-v|--verbose]}}

Examples (5)

List all the USB devices available

List the USB hierarchy as a tree

lsusb [-t|--tree]

List verbose information about USB devices

sudo lsusb [-v|--verbose]

List detailed information about a USB device

sudo lsusb [-v|--verbose] -s bus:device number

List devices with a specified vendor and product ID only

lsusb -d vendor:product
made by @shridhargupta | data from tldr-pages