Re: Finding wich files a writen to

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 05/04/2011 12:17 PM, Nicolas Ross wrote:
> iotop can points me to wich process, but that doesn't points me to what 
> files are the culprits... 

A rough way would be to change to the top-level directory where you
suspect the files are being written and perform:

find . -type f -mmin -1     (that would search for all files modified
within the last minute)

A more elegant way would be:

lsof -p PID  (where PID is the process ID...of the process iotop showed you)

HTH,
Jorge
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux