-
-/proc/cmdline |
-– Kernel command line information. |
-
-
-/proc/console |
-– Information about current consoles including tty. |
-
-
-/proc/crypto |
-- a list of available cryptographic modules |
-
-
-/proc/devices |
-– Device drivers currently configured for the running kernel. |
-
-
-/proc/diskstats |
-- giving some information (including device numbers) for each of the logical disk devices |
-
-
-/proc/dma |
-– Info about current DMA channels. |
-
-
-/proc/fb |
-– Framebuffer devices. |
-
-
-/proc/filesystems |
-– Current filesystems supported by the kernel. |
-
-
-/proc/interrupts, /proc/iomem, /proc/ioports and the directory /proc/irq |
-- giving some self-explanatory details about the devices (physical or logical) using the various system resources |
-
-
-/proc/iomem |
-– Current system memory map for devices. |
-
-
-/proc/ioports |
-– Registered port regions for input output communication with device. |
-
-
-/proc/loadavg |
-– System load average. |
-
-
-/proc/locks |
-– Files currently locked by kernel. |
-
-
-/proc/meminfo |
-– Info about system memory (see above example). |
-
-
-/proc/misc |
-– Miscellaneous drivers registered for miscellaneous major device. |
-
-
-/proc/modules |
-- one of the most important files in /proc, containing a list of the kernel modules currently loaded . It gives some indication (not always entirely correct) of dependencies. |
-
-
-/proc/mounts |
-– List of all mounts in use by system. |
-
-
-/proc/mounts |
-- a symlink to self/mounts which contains a list of the currently mounted devices and their mount points (and which file system is in use and what mount options are in use). |
-
-
-/proc/net |
-- a directory containing useful information about the network stack, in particular /proc/net/nf_conntrack, which lists existing network connections (particularly useful for tracking routing when iptables FORWARD is used to redirect network connections) |
-
-
-/proc/partitions |
-– Detailed info about partitions available to the system. |
-
-
-/proc/pci |
-– Information about every PCI device. |
-
-
-/proc/stat |
-– Record or various statistics kept from last reboot. |
-
-
-/proc/swap |
-– Information about swap space. |
-
-
-/proc/scsi |
-- giving information about any devices connected via a SCSI or RAID controller |
-
-
-/proc/sysvipc |
-- containing memory-sharing and inter-process communication (IPC) information. |
-
-
-/proc/tty |
-- containing information about the current terminals; /proc/tty/driver looks to be[original research?] a list of the different types of tty available - each of which is a list of those of each type |
-
-
-/proc/uptime |
-– Uptime information (in seconds). |
-
-
-