Access the Linux kernel using the /proc filesystem

Created By: gnazzino70
Last Modified: 06/16/07
Summary: A jetpak created on Sat, 16 Jun 2007 12:48:32 GMTLink: http://www.ibm.com/developerworks/linux/library/l-proc.html
Summary: The /proc filesystem is a virtual filesystem that permits a novel approach for communication between the Linux® kernel and user space. In the /proc filesystem, virtual files can be read from or written to as a means of communicating with entities in the kernel, but unlike regular files, the content of these virtual files is dynamically created. This article introduces you to the /proc virtual filesystem and demonstrates its use.


