Linux System Calls Question:
Download Questions PDF

What is stored in /proc?

Answer:

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)

Download Linux System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
What is stored at /lib/modules?What are the different ways the Linux can switch from User Space to Kernel Space & vice-versa?