which command is used to see all the system configuration?
like hardware, HDD, memory etc.
Answers were Sorted based on User's Feedback
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 |
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do you create a file?
Which command would you use to create a file system on a new hard drive?
Explain trap command of linux?
what is mean by system calls
what command would you use to find the hostname of the server if yo ony have the ip address?
How use linux command line?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
What is the command to find the hardware configuration in Linux?
The head command writes the how many lines of a file to screen?
Why is linux cpu usage so high?
What is p command?