On Tue, 2009-09-29 at 04:28 -0500, bartek87 wrote: > Now i have one more question, in the /proc folder i find the process > i'm looking for, but here are so many files, does one exist whitch > contain the main memory (RAM) content? > Details of the files mapped to each process are on the 'proc' manpage, so 'man proc' should tell you what you want to know. If anything isn't covered there, try the info system, 'info proc'. Martin