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
What is an os command?
What is ls command and what it does?
How do I run a script in linux?
What does make clean command do?
What is shell scripting commands?
What is Data Command?
What is the fastest way to enter a series of commands from the command-line?
How do I clear bash history in linux?
Is llvm a virtual machine?
What are grep patterns called?
What is free linux?
What is the difference between command ‘ping’ and ‘ping6’?
What does umask 022 mean?
What does cd – command do?
What is the programming language for linux?