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 processstatus- detailed process state informationmaps- memory mappings- fd
environ- environment variables