Verified
Mainly hardware associated information such as CPU information, Memory (RAM) information stored under /proc directory
For example:
# cat /proc/cpuinfo (Illustrates the information of CPU of that specific hardware)
# cat /proc/meminfo (illustrates the information of Memory i.e. RAM of that specific hardware)