this post was submitted on 10 Aug 2025
85 points (98.9% liked)
Ask Electronics
3839 readers
14 users here now
For questions about component-level electronic circuits, tools and equipment.
Rules
1: Be nice.
2: Be on-topic (eg: Electronic, not electrical).
3: No commercial stuff, buying, selling or valuations.
4: Be safe.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The command you're looking for is
lsusb
. There's going to be a lot in there, but for a security token like that, you're probably looking for something that says "yibikey", "Fido", or "u2f".Thank you! I do have a question though. What does the “ls” in lsusb stand for? I’ve found several query commands that begin with ls and it might help me remember them a bit better if I understand what they mean
I don't know it's proper name but "list" is an easy way to remember it. Want to see a list of what's in a folder? ls. Want to see a list of USB devices? lsusb.
https://wikipedia.org/wiki/Ls
Alright, that’s not hard to remember. Thank you!
ls
orl
is also often used as an option/switch that is passed to another program to list something. Want to list all active Screen sessions?screen -ls
. Want to list all mounted filesystems?mount -l
List of PCI devices? lspci.