Answers

Question and Answer:

  Home  Linux System Calls

⟩ What is stored in /proc?

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)

 149 views

More Questions for you: