Linux Command to find the system configuration and hardware information
Q. What is the command to find the system configuration on Linux operating system using command line (text) mode?
A. Most of the hardware information can be extracted from /proc file system, for example display CPU and Memory information, enter:
cat /proc/meminfo
cat /proc/cpuinfo
See the complete list of Linux command to gathers up information about a Linux system
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux list hardware information
- Linux: How to load a kernel module automatically at boot time
- FreeBSD Hardware compatibility List (HCL)
- Linux find out graphics card installed in my system
- Fedora Linux (HCL) hardware compatibility list
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: cpuinfo, hardware_information, linux_command, linux_system_information, memory_information, system_configuration



February 15th, 2008 at 6:37 am
Very useful commands. Thank you…