what is stored in /proc ?
what is significance of /proc in linux ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sahil makkar
Information related to process is stored in /proc
filesystem. One can say that full PCB(Process Control
Block) is there in /proc. proc is file system for RAM. Proc
filesystem is created while booting and as we run more
processes more entries are added to /proc directory for the
respective process.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sandeep b
Proc is a psuedo file system so nothing is actually stored.
A read results in a call to function inside the kernel which
provides the information we see.
It makes information about the kernel and hardware available
to the user.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is iptabe on redhat linux?
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
how to configure sendmail server on red hat linux version 4 and what and all we Require?
linux system its not booting up its showing groub error what i need to do?
How to give the root permision to users?
What does exec family return?
what is stored in /proc ? what is significance of /proc in linux ?
I would like to know whether Simado and Setu products are they EPBX or not ?
if root user forget the password how to change it?
how to configure ftp server on redhat linux?
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?
Explain process management system calls in linux?