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 are the basic dos commands?
What is bash linux?
You issue the command head * what would the resulting output be?
What is a make target?
How do I run a .sh file in linux?
Why ms dos is used?
What is the command to see on which port which service is running?
How do I check dns entry?
How many types of dos commands are there?
How do I run a shell script?
What is df command in unix?
What are the basic commands for user management?
Where is command history stored in linux?
What is cat command in linux?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?