Timeline for Access memory via a flat file in Linux
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 14, 2012 at 0:23 | review | Low quality posts | |||
| Aug 14, 2012 at 0:46 | |||||
| Sep 13, 2011 at 6:47 | comment | added | Gilles 'SO- stop being evil' |
It had better not be readable by anyone but root, since it allows snooping on the memory of every process. /proc/kcore on Linux is readable only by root. Also, /proc/kcore is the kernel's memory mapping; /dev/mem is the physical RAM.
|
|
| Sep 12, 2011 at 13:22 | comment | added | Michael Mrozek |
On my system it's -r-------- 1 root root
|
|
| Sep 12, 2011 at 12:28 | history | answered | Crankyadmin | CC BY-SA 3.0 |