which command is used to see all the system configuration?
like hardware, HDD, memory etc.

Answers were Sorted based on User's Feedback



which command is used to see all the system configuration? like hardware, HDD, memory etc...

Answer / harish kumar patel

CAT /etc/sysconfig/hwconfig

Is This Answer Correct ?    9 Yes 13 No

which command is used to see all the system configuration? like hardware, HDD, memory etc...

Answer / vishal

CAT /etc/sysconfig/hwconfig

Is This Answer Correct ?    0 Yes 4 No

which command is used to see all the system configuration? like hardware, HDD, memory etc...

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

which command is used to see all the system configuration? like hardware, HDD, memory etc...

Answer / harish

r
#

CAT /etc/sysconfig/hwconfig

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More Linux Commands Interview Questions

How do I check memory usage on linux?

0 Answers  


What are two functions the move mv command can carry out?

0 Answers  


What are runlevels in linux?

0 Answers  


How many interfaces(ethernet cards) are working using single command?

0 Answers  


Explain the free command.

0 Answers  






What is the makefile in c?

0 Answers  


What is the use of cp p command?

0 Answers  


explain about vnc

4 Answers  


What are the examples of simple command?

0 Answers  


what is jumbi process?

6 Answers   Oracle,


How do you kill a process in linux?

0 Answers  


How do I permanently set ulimit in linux?

0 Answers  


Categories