Tried to search but can't find anything. Is there an unix equivalent to right clicking / properties on My Computer to see things like memory, cpu speed etc ?
feedback
|
migrated from stackoverflow.com Oct 24 '09 at 15:56
This question came from our site for professional and enthusiast programmers.
|
You could try http://ezix.org/project/wiki/HardwareLiSter | |||||||
feedback
|
|
DMIDECODE should work on most *nix systems, although it takes some translating. There's also BIOSDECODE in the same package. | |||
feedback
|
|
On Linux, such information can be found in | |||
|
feedback
|
|
There are many useful tools that can help you: dmidecode, lshw, lspci, lsusb, lscpu | |||
|
feedback
|
|
some other commands, depending on distributions lspci, hwclock, biosdecode etc. Also, have a look at man -k hardware, man -k cpu , etc | |||
|
feedback
|
|
The following link has one code which get all the info for a server/system, but it works with RHEL/Fedora/Suse/Ubuntu. I havn't used it on any of the unix boxes so please try it out and let us know. Also what its output looks like on your system. | ||||
|
feedback
|