How to list all USB devices in Linux?
|
|
|
|
|
Question: How to list all USB devices in Linux?
Answer:
-
Open a new Terminal Window
-
Type in the lsusb command
-
lsusb is a utility for displaying information about all USB buses in the system and all devices connected to them.
|