Tuesday 26 March 2013

Linux Command

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

No comments:

Post a Comment