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
How do you sort cpu in top command?
How many types of commands are there in linux?
Who linux commands?
What is the difference between clang and llvm?
What does rmdir do in linux?
What is cpu in top command?
How do I check terminal history?
What does history command do in linux?
What is cd command used for?
What is make in linux?
What are runlevels in linux?
How do I find the umask value in linux?
What is filter command in unix?
What is df command in unix?
What does make clean command do?