Understanding /proc File system
Understanding /proc File system: Files that contain configuration information for all the devices connected to your computer are scattered throughout the "/proc" file system. The /proc file system also contains files full of information about system resources. 1. /proc/bus/usb: This file contains all info about USB (Universal Serial Bus) devices currently plugged into your system. USB devices like mice, cameras, and serial storage devices currently connected to your computer. 2. /proc/scsi/scsi: This file contains all information about every SCSI devices currently attached to your system. 3. /proc/cpuinfo: This file contains a collection of all information about the system’s CPU. 4. /proc/crypto: The /proc/crypto file contains information about the current encryption algorithms and digital signature tools installed on your system. 5. /proc/meminfo: This file contains a wealth of information about your system’s memory resources. 6. /proc/filesystems: This file c...