LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   List Hardware Configuration and save as txt file (https://www.linuxquestions.org/questions/linux-newbie-8/list-hardware-configuration-and-save-as-txt-file-700280/)

hmendoza 01-27-2009 01:49 PM

List Hardware Configuration and save as txt file
 
I'm on SUSE Linux 9.0 and I need to save my Hardware Configuration File to a *.txt file. I already know that from my prompt screen, I type: #lscfg -vp but I can't remember to command to copy that to a text file.

weibullguy 01-27-2009 02:03 PM

Try this...
Code:

lscfg -vp > hardware_config.txt
You can name the file whatever you'd like.

stratotak 01-27-2009 02:06 PM

lspci > lspci.txt
lscfg -vp > lscfg.txt

hmendoza 01-27-2009 03:12 PM

Worked like a charm! Thank you!


All times are GMT -5. The time now is 12:15 AM.