lsusb command in Linux allows users to display information about USB buses and devices connected to the system. This command is used to list connected USB device information including device name, vendor and product ID, speed, BUS class, device driver, etc.

lsusb help

To get help with lsusb command and options available for lsusb command, Use lsusb --help command.

 

lsusb --help

lsusb --help

 

lsusb Version

lsusb --version command displays version information on standard output

lsusb --version

lsusb --version

 

Using lsusb command

  1. Using lsusb command without any option displays the list of all the USB devices connected to the system.
lsusb

 

lsusb

lsusb -v

lsusb -v

2. lsusb command with -t option is used to display all USB devices in the hierarchy as a tree. To display all USB devices in tree like structure use lsusb -t command.

lsusb -t

lsusb -t

3.

lsusb -s 1:9

lsusb -s 1:9

 

lsusb -s 1:9 -v

lsusb -s 1:9 -v

lsusb -d 12d1:14db

lsusb -d 12d1:14db

lsusb -D /dev/bus/usb/001/009

lsusb -D devbususb001009

 

Sharing is Caring
Scroll to Top