/proc

This directory which is found on unix operating systems should be noted that all files stored here are not physical files that take up disk space, but rather kernel data structures and other current runtime variables.

Programs suchs as uptime and free use these files to display current system statistics.

/proc/kcore

A file that is found on a unix machine that represents the current total physical memory plus a 4KB header in the format of a core file. Mainly used for with a debugger such as gdb to examine variables in the kernel.

Note: This is not a physical file that resides on disk, as all other files in the /proc directory.