Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

GNU/Linux

From PCGamingWiki, the wiki about fixing PC games
Revision as of 18:07, 8 March 2012 by Thunderbolt (talk | contribs) (Created page with "==Terminal commands== <code>$ lshw</code> lists hardware. <code>$ lspci</code> lists all PCI devices. <code>$ lsusb</code> lists all USB devices. To create a text document o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Terminal commands

$ lshw lists hardware. $ lspci lists all PCI devices. $ lsusb lists all USB devices.

To create a text document of the Terminal output, append > filename.txt to the command.

$ lshw > lshw.txt

To have the text document on the desktop:

$ lshw > ~/Desktop/lshw.txt