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 |
Which command would you use if you want to remove the password assigned to a group?
What is sudo bash command?
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
What is the bash in linux?
Why ms dos is used?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
How do you create a file in linux?
Which command is used to terminate a process?
Who command in linux?
What does history command do in linux?
In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?
What command can you use to review boot messages?