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
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I get to root directory in linux?
What is p command?
You issue the command head * what would the resulting output be?
What is llvm used for?
What is option in linux command?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is kill 9 in linux?
Which commands are used to set a processor-intensive job to use less cpu time?
What is shell scripting commands?
Which command is used to see the online manual?
What is phony in makefile?
What is kill command?
What does pwd mean in linux?
How many commands are there in linux?