
lsusb
List of commands for lsusb:
-
lsusb:tldr:39970 lsusb: List verbose information about USB devices.$ lsusb --verbosetry on your machineexplain this command
-
lsusb:tldr:594ee lsusb: List the USB hierarchy as a tree.$ lsusb -ttry on your machineexplain this command
-
lsusb:tldr:99b68 lsusb: List detailed information about a USB device.$ lsusb -D ${device}try on your machineexplain this command
-
lsusb:tldr:9e3d0 lsusb: List devices with a specified vendor and product ID only.$ lsusb -d ${vendor}:${product}try on your machineexplain this command
-
lsusb:tldr:c90c8 lsusb: List all the USB devices available.$ lsusbtry on your machineexplain this command