raylin
06-16-2001, 10:40 AM
Does anyone know what this file is for ?
[admin /]$ ls -l /proc/kcore
-r-------- 1 root root 536875008 Jun 16 22:38 /proc/kcore
[admin /]$ ls -l /proc/kcore
-r-------- 1 root root 536875008 Jun 16 22:38 /proc/kcore
![]() | View Full Version : /proc/kcore raylin 06-16-2001, 10:40 AM Does anyone know what this file is for ? [admin /]$ ls -l /proc/kcore -r-------- 1 root root 536875008 Jun 16 22:38 /proc/kcore raylin 06-16-2001, 11:10 AM http://list.cobalt.com/oldlist/cobalt-users/msg02752.html FYI, the /proc file system really isn't a file or directory on your hard drive. It is merely a representation of kernel variables, stats, and other CPU/RAM oriented information. It is similar to /dev . The files there aren't really files. They're just file handles that are used to access hardware devices through the kernel drivers. /proc/kcore is a map of all the physical RAM in your system, hence 128MB and 256MB "file" sizes. It takes no space at all in your normal file system. Sincerely, Andrew Kinney Owner, Advantage Communication Enterprises Webmaster, http://www.advantagecom.net Webmaster, http://www.schmolie.com |