Linux System Calls Question:

What is stored in /proc?

Tweet Share WhatsApp

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 PDF Read All 35 Linux System Calls Questions
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?