You want to be able to view information about a system from a linux shell in terms of what disks it has, what processor, the system model the vendor etc.
There is a program in linux called dmidecode which pulls this information straight from the systems BIOS.
You can run dmidecode by simply typing "dmidecode" in a linux shell. However it spits out a lot of information so I recommend running it through "more" or "less".
Run:
dmidecode | more
or
dmidecode | less
You can then scroll through this information and find out all kinds of cool information about the system such as what model it is!
Thursday, December 17, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment