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 often do you use grep command and how in Linux operating system?
How do you grep?
What daemon is used for scheduling of the commands?
How do I run multiple commands in linux?
tell me something about linux commands.
What is the command to check cpu speed in linux?
Explain about communication features in UNIX?
What is difference between free and available memory in linux?
What is difference between egrep and grep?
How can I delete a file in linux?
What is nbtstat command?
What are the basic command in linux?
How do you copy in terminal?
Brief about the command kill PID?
How does case sensitivity affect the way you use commands?