On Sun, 17 Oct 2010 21:57:36 +0200
Steven <redalert.comman...@gmail.com> wrote:

> Hi list,
> 
> Can anyone point me to a program that will let me know what files a
> certain application touches? More importantly, writes to.
> Something like "filestouched vi filename" which would then report
> 'filename' as being used.

        Try
lsof -p process_id
You should be able to access the same info from the /proc interface,
too. I don't know where (if?) it is in /sys.

Davide

-- 
Time flies like an arrow.  Fruit flies like a banana.
--
If anything can go wrong it wSegmentation fault
core dumped


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101017215403.3c793...@macco.homelinux.com

Reply via email to