What is /proc file system?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is /proc file system?
Rating:
The /proc file system is a virtual file system of the Linux operating system, which contains information about system resources. It acts as an interface to the internal data structures in the kernel. The /proc file system, which was initially designed to obtain information about processes, is now used to obtain information about the system. It can also be used to change certain kernel parameters at runtime.
Rating:
Was this information helpful?