Categories
Linux

How do I list connected USB devices in linux?

In all flavors of Linux, we can use a utility called “lsusb” to get information on various USB devices connected.

$ lsusb

The above command lists devices connected to the Linux kernel. See the screenshot attached below.


 

You can use,

$ lsusb -v

to get more detailed information on the devices connected to the system.

Leave a Reply

Your email address will not be published. Required fields are marked *