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 use more command in linux?

0 Answers  


What is an os command?

0 Answers  


You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.

8 Answers   Bhel, Indian Navy, Tata Steel Limited,


in unix how to change old name to new name

7 Answers   Google,


How do I open a text file in cmd?

0 Answers  






What does cd do in linux?

0 Answers  


What does ls mean in linux?

0 Answers  


What are the 4 kinds of sentences with examples?

0 Answers  


Enlist some linux networking and troubleshooting commands?

0 Answers  


in LINUX,What are two subtle differences in using the more and the pg commands?

2 Answers  


How do I check my disk space?

0 Answers  


what r the different command to check ram,process and hdd of linux machine

4 Answers  


Categories