First page Back Continue Last page Overview

 

The /proc filesystem

 
  • /proc is a virtual filesystem containing information about the running kernel

  • Contents of "files" under /proc may be viewed using cat

  • Example:

    • cat /proc/interrupts
  • Provides information on system hardware, networking settings and activity, memory usage, and more