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 does mkdir work in linux?

0 Answers  


What is the copy command in linux?

0 Answers  


How do you do nslookup?

0 Answers  


How do I move to root in linux?

0 Answers  


What is the difference between cd and cd in linux?

0 Answers  


How do I check cores in linux?

0 Answers  


What is apple llvm?

0 Answers  


What is umask in linux?

0 Answers  


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

0 Answers  


What is git command?

0 Answers  


What are system commands?

0 Answers  


How do make computer faster?

0 Answers  


Categories