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 |
What does comm do and how to use it?
What is s in permission linux?
Which daemon is used for scheduling of the commands?
How do I start ms dos?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
How many commands are there in linux?
Who command in linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?
In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>
What command would you use to check how much memory is being used by linux?
What are system commands?
how do u find remote machine operating system and version?