Answers to: Is there a device listing in Ubuntu?http://linuxexchange.org/questions/1307/is-there-a-device-listing-in-ubuntu<p>What I am looking for is something equivalent to "device manager" in Windows. Do I have to go to terminal to find it; if so, what do I type in?</p>enThu, 26 Aug 2010 14:09:33 -0400Answer by Ronhttp://linuxexchange.org/questions/1307/is-there-a-device-listing-in-ubuntu/1308<p>If you are using Ubuntu, do the following:</p> <p><code><pre> sudo apt-get --yes -q install gnome-device-manager sudo apt-get --yes -q install hardinfo </pre></code></p> <p>Those two programs will give you exactly what you're looking for. They also have a GUI front-end to them as well.</p>RonThu, 26 Aug 2010 14:09:33 -0400http://linuxexchange.org/questions/1307/is-there-a-device-listing-in-ubuntu/1308