Linux List Hardware
It's not always easy to get Linux to show the hardware in your PC, especially in GUI form. However, there is a shell command which can be used, which is "lshw". It has to be used as root.Examples:
- "sudo lshw -C network" <-- to see network interfaces
- "sudo lshw -C cpu" <-- to see CPUs
- "sudo lshw -short" <-- see short list of hardware in the system
No comments:
Post a Comment