which command is used to see all the system configuration?
like hardware, HDD, memory etc.

Answer Posted / ranjeet singh

You need to use tool called "lshw" to extract detailed
information on the hardware configuration of the machine.
It can report exact memory configuration, firmware version,
main board configuration, CPU version and speed, cache
configuration, bus speed, etc. on DMI-capable x86 or IA-64
systems and on some PowerPC machines.

#lshw

but just to have a nice list of all the hardware

#lshw -short

You can filter based on class, for example I want all
hardware info regarding to memory.

#lshw -class memory

Is This Answer Correct ?    14 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How much ram do I have linux?

538


What are the commands in linux?

530


What is command grouping and how does it work?

651


How do I get to root in linux?

549


You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?

563






Brief about the command nn?

605


Explain getopts command of linux?

593


What language is a makefile written in?

521


What is makefile in unix?

544


How do you execute more than one command or program from a single command line entry?

558


How do you create a text file in linux?

536


What is top command in linux?

511


In order to display the last five commands you have entered using the fc command, you would type?

520


How can we increase disk read performance in single command?

552


What is the difference between diff and cmp command in unix?

481