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

Compare linux & windows?

1 Answers  


How do you find who is logged in?

1 Answers  


Is linux a kernel or os?

1 Answers  


What is yum in linux?

1 Answers  


What is the pipe in linux?

1 Answers  


Which field is used to define the user’s default shell?

1 Answers  


What does grep() stand for?

1 Answers  


Suppose your company is recently switched from microsoft to linux and you have some ms word document to save and work in linux, what will you do?

1 Answers  


Is mac a linux?

1 Answers  


What exactly is this Linux?

6 Answers  


Can you run linux on a tablet?

1 Answers  


Explain the term cli?

1 Answers  


Categories