What is the use of proc structure?

Answers were Sorted based on User's Feedback



What is the use of proc structure?..

Answer / srinivasan rajagopalan

/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 ?    7 Yes 0 No

What is the use of proc structure?..

Answer / ashish pandey

proc is a directory used in linux. which have info. about
general hardware devices, intrupt signals,I/O signals.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Linux General Interview Questions

How do I play a dvd on ubuntu?

0 Answers  


What is the difference between a mutex and a semaphore in Linux?

0 Answers   Arigo Infotech,


Why red hat linux is not free?

0 Answers  


cd home to get back to your home-directory. State Whether True or False?

0 Answers  


How do I change my profile in linux?

0 Answers  






Can a linux docker container run on windows?

0 Answers  


How do I kill an application in linux?

0 Answers  


How do I know which linux shell?

0 Answers  


What does mutex stand for?

0 Answers  


The advantage of using NFS rather than Samba for file sharing in Linux is

0 Answers  


What is the best bsd?

0 Answers  


What is posix in linux?

0 Answers  


Categories