Matthew Frederico wrote:

I was thinking something like strace that I could attach to the
process, and look at all the memory segments of that running process..




On Fri, 4 Feb 2005 09:06:19 -0600, Matthew Frederico
<[EMAIL PROTECTED]> wrote:


We have a developer here who deleted a running program (php) and we
were wondering if there was any way to get the PHP code from memory or
if it is "gone"... I know back in old dos days you were able to poke
around in memory ... Anybody know of such tools in Linux?


-- -- Matthew Frederico http://www.ultrize.com







You can try /proc/kcore. I believe it is just active pages, not your entire physical memory but I could be wrong. The info might be in there.
.===================================.
| This has been a P.L.U.G. mailing. |
| Don't Fear the Penguin. |
| IRC: #utah at irc.freenode.net |
`==================================='

Reply via email to