what is stored in /proc ?
what is significance of /proc in linux ?

Answer Posted / hillol nayak

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)

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I would like to know whether Simado and Setu products are they EPBX or not ?

1933


Explain process management system calls in linux?

559


what are different ways the context switch happens from user to kernel space or vice-versa ?

2144


What are system calls used for process management in linux?

587