LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hardware info command (https://www.linuxquestions.org/questions/linux-newbie-8/hardware-info-command-337485/)

mike30188 06-26-2005 10:23 PM

hardware info command
 
Is procinfo the only command that will give me detailed info about my hardware?

bigrigdriver 06-26-2005 10:57 PM

Open a term window, and enter the command 'hwinfo'. If you want a printable file, modify the foregoing command to read 'hwinfo | tee hwinfo.txt'. It will leave a file named hwinfo.txt in whatever directory you're in when you run the command.

bathory 06-27-2005 02:54 AM

You can also try:
Code:

lspci -v
for info about your PCI devices


All times are GMT -5. The time now is 08:05 PM.