How do I find conne...
 
Notifications
Clear all

How do I find connected devices on Ubuntu?

  

0
Topic starter

Hello guys, I need to know how can I find connected devices in Ubuntu 20.04. I am a long time user of Windows operating system in which the connected devices can be viewed through Device Manager, how to view it in Ubuntu.

Thanks.

1 Answer
0

In order to view connected devices in Ubuntu, you can install a package called hardinfo on your system with following command:

sudo apt install hardinfo

once the app is installed, you can run it either from dash, or running a command in terminal 'hardinfo'.

Only using through command line, you can use lspci and lsusb command as well.

Hope this helps.

Share: