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 |
How does mkdir work in linux?
What is the copy command in linux?
How do you do nslookup?
How do I move to root in linux?
What is the difference between cd and cd in linux?
How do I check cores in linux?
What is apple llvm?
What is umask in linux?
What are two functions the move mv command can carry out?
What is git command?
What are system commands?
How do make computer faster?