Cheatsheet: Difference between revisions

Line 554:
 
 
/proc/cmdline – Kernel command line information.
/proc/console – Information about current consoles including tty.
/proc/crypto – list of available cryptographic modules
/proc/devices – Device drivers currently configured for the running kernel.
/proc/dma – Info about current DMA channels.
/proc/fbdiskstats Framebuffer devices.
/proc/dma – Info about current DMA channels.
/proc/filesystems – Current filesystems supported by the kernel.
/proc/iomemfb Current system memory map for – Framebuffer devices.
/proc/filesystems – Current filesystems supported by the kernel.
/proc/ioports – Registered port regions for input output communication with device.
/proc/loadavgiomem SystemCurrent system memory map loadfor averagedevices.
/proc/ioports – Registered port regions for input output communication with device.
/proc/locks – Files currently locked by kernel.
/proc/kmsg – holding messages output by the kernel
/proc/meminfo – Info about system memory (see above example).
/proc/loadavg – System load average.
/proc/misc – Miscellaneous drivers registered for miscellaneous major device.
/proc/moduleslocks CurrentlyFiles loadedcurrently kernellocked modulesby kernel.
/proc/mountsmeminfo ListSummary of allhow the mountskernel inis usemanaging byits systemmemory.
/proc/misc – Miscellaneous drivers registered for miscellaneous major device.
/proc/partitions – Detailed info about partitions available to the system.
/proc/modules – Currently loaded kernel modules.
/proc/pci – Information about every PCI device.
/proc/statmounts RecordList orof variousall statisticsmounts keptin fromuse lastby rebootsystem.
/proc/swappartitions InformationDetailed info about swappartitions available to the spacesystem.
/proc/uptimepci UptimeInformation about informationevery (inPCI seconds)device.
/proc/scsi – Information about any devices connected via a SCSI or RAID controller
/proc/version – Kernel version, gcc version, and Linux distribution installed.
/proc/stat – Record or various statistics kept from last reboot.
/proc/pciswap – Information about every PCIswap devicespace.
/proc/tty – Information about the current terminals
/proc/uptime – Uptime information (in seconds).
/proc/version – Kernel version, gcc version, and Linux distribution installed.
 
/proc/PID/cmdline – Command line arguments.
/proc/PID/cpu – Current and last cpu in which it was executed.
/proc/PID/cwd – Link to the current working directory.
/proc/PID/environ – Values of environment variables.
/proc/PID/exe – Link to the executable of this process.
/proc/PID/fd – Directory, which contains all file descriptors.
/proc/PID/maps – Memory maps to executables and library files.
/proc/PID/mem – Memory held by this process.
/proc/PID/root – Link to the root directory of this process.
/proc/PID/stat – Process status.
/proc/PID/statm – Process memory status information.
/proc/PID/status – Process status in human readable form.