이 콘텐츠는 선택한 언어로 제공되지 않습니다.
24.5.2. Using the lsusb Command
The
lsusb
command allows you to display information about USB buses and devices that are attached to them. To list all USB devices that are in the system, type the following at a shell prompt:
lsusb
lsusb
This displays a simple list of devices, for example:
You can also use the
-v
command-line option to display more verbose output:
lsusb -v
lsusb -v
For instance:
For a complete list of available command-line options, see the lsusb(8) manual page.