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
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
Comments
Post a Comment
https://gengwg.blogspot.com/