lsusb
Display information about USB buses and devices connected to them. More information: <https://manned.org/lsusb>.
Install
- All systems
-
curl cmd.cat/lsusb.sh
- Debian
-
apt-get install usbutils
- Ubuntu
-
apt-get install usbutils
- Alpine
-
apk add usbutils
- Arch Linux
-
pacman -S usbutils
- Kali Linux
-
apt-get install usbutils
- CentOS
-
yum install usbutils
- Fedora
-
dnf install usbutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install usbutils
- OS X
-
brew install lsusb
- Raspbian
-
apt-get install usbutils
- Dockerfile
- dockerfile.run/lsusb
- Docker
-
docker run cmd.cat/lsusb lsusb
powered by Commando
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
© tl;dr; authors and contributors