Re: trace?

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



On Tue, Oct 11, 2011 at 6:53 AM, hadi motamedi <motamedi24@xxxxxxxxx> wrote:

>>>>>  How about something like this:
>>>>>  watch -n 1 lsof /path/to/files
>>>>
>>>>  Or maybe:
>>>>    inotifywait -m -e access --format "%T %f" --timefmt "%D
>>> %T" -r
>>>>  /path/to/files

> Excuse me, you are right. I tried again with your "inotifywait"
> utility and it notifies me when touching a file . It seems that my
> previous attempt had something wrong in it. But it seems that the
> "watch" utility brings nothing . Am I right?

intofywait should be event-driven where watch would run the specified
command at intervals so it would be a matter of chance to catch a
momentary event.  You might also be able to see what files had been
accessed most recently with 'ls -lurt' in the directory which will
sort the most recently accessed file to the end of the list.

-- 
  Les Mikesell
     lesmikesell@xxxxxxxxx
_______________________________________________
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