What is the use of proc structure?
Answers were Sorted based on User's Feedback
Answer / kamal
/proc is virtual file system.
The Linux kernel has two primary functions: to control
access to physical devices on the computer and to schedule
when and how processes interact with these devices.
The /proc/ directory ? also called the proc file system ?
contains a hierarchy of special files which represent the
current state of the kernel ? allowing applications and
users to peer into the kernel's view of the system.
Within the /proc/ directory, one can find a wealth of
information detailing the system hardware and any processes
currently running. In addition, some of the files within
the /proc/ directory tree can be manipulated by users and
applications to communicate configuration changes to the
kernel.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / amsaraj
All the running process created by the uere will have entry
as a file in the /proc directory.
| Is This Answer Correct ? | 8 Yes | 2 No |
What is the use of proc structure?
What is atomic function / atomic variable ?
What does exec family return?
how to create a ftp user on redhat linux 4.0?
Explain process management system calls in linux?
what is stored in /proc ? what is significance of /proc in linux ?
What are the signals we have in Linux
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
what is samba, what is configuration file, how it will work?
What is the Diffrent between Redhat linux And suse linux
How to get microseconds of system time from Redhat Linux 4.0
what kind of information the linux driver modules (.ko ) files has ?