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 |
Explain about refer?
Where is command history stored in linux?
How to add Crete a new ftp user? or How to add a exiting user into FTP ?
Which command is used to find what is in your home directory?
What is the command to calculate the size of a folder?
What does cd – command do?
How do I find command history in linux?
What are grep commands?
Brief about the command kill PID?
What is the difference between kill and kill -9 commands?
How do you copy in linux terminal?
How does grep work in linux?