Process information: Each running process has a subdirectory named by its PID (Process ID). For example, /proc/1234/ contains information about process 1234, including:

  • cmdline - the command that started the process
  • status - detailed process state information
  • maps - memory mappings
  • fd
  • environ - environment variables