Skip to content

Useful Linux Commands

David Holdeman edited this page Jan 7, 2023 · 8 revisions

Useful Linux Commands

List USB devices. This is useful for diagnosing driver issues

lsusb
lsusb | grep 'STMicroelectronics Virtual COM Port'
lsusb | grep DFU
Clone this wiki locally