Linux System Properties - /Proc file system -
by rajesh[ Edit ] 2009-11-07 16:11:37
Most system properties of a linux system can be accessed from /proc file system.
It has information about various hardware devices and other Linux kernel information.
You can view them by looking in to the files under this proc folder
# cat /proc/cpuinfo
# cat /proc/meminfo
# cat /proc/zoneinfo
# cat /proc/mounts