Re: [gentoo-user] {OT} which files are being written to?

2009-08-06 Thread Grant
 Is there a tool that will tell me which files are being written to on
 my system at any given time?

 lsof shows files that are open for any reason

 systemtap supposed can show everything happening (never tried it):
 http://sourceware.org/systemtap/

 Also this post on Ububtu forum has a more home-made method:
 http://ubuntuforums.org/showthread.php?p=2415252#post2415252

Thanks guys.

- Grant



[gentoo-user] {OT} which files are being written to?

2009-08-05 Thread Grant
Is there a tool that will tell me which files are being written to on
my system at any given time?

- Grant



Re: [gentoo-user] {OT} which files are being written to?

2009-08-05 Thread Albert Hopkins
On Wed, 2009-08-05 at 07:53 -0700, Grant wrote:
 Is there a tool that will tell me which files are being written to on
 my system at any given time?


sys-process/audit






Re: [gentoo-user] {OT} which files are being written to?

2009-08-05 Thread Paul Hartman
On Wed, Aug 5, 2009 at 9:53 AM, Grantemailgr...@gmail.com wrote:
 Is there a tool that will tell me which files are being written to on
 my system at any given time?

lsof shows files that are open for any reason

systemtap supposed can show everything happening (never tried it):
http://sourceware.org/systemtap/

Also this post on Ububtu forum has a more home-made method:
http://ubuntuforums.org/showthread.php?p=2415252#post2415252