which command is used to see all the system configuration?
like hardware, HDD, memory etc.
Answers were Sorted based on User's Feedback
Answer / 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 |
Why do we use cmake?
How do make computer faster?
What does ls mean in linux?
How do I run a .sh file in linux?
What is a makefile in linux?
what are the init levels in Linux?
How do you know which shell I am using in linux?
can any one send me one project on linux ...?
How do you change file permissions in Linux?
What does the 'cd' command do in Linux?
What does execute mean in linux?
what is linux utilities and editor