What is stored in /proc?

Submitted by: Administrator
Mainly hardware related information such as CPU
information, Memory (RAM) information stored under /proc
directory

example:
# cat /proc/cpuinfo (show the information of CPU of that
particular hardware)
# cat /proc/meminfo (show the information of Memory i.e.
RAM of that particular hardware)
Submitted by: Administrator

Read Online System Calls Job Interview Questions And Answers