Tagged Questions
1
vote
1answer
665 views
How to trace file locks (per directory)
I'm quite new to Linux and I have not really a clue on how to do this.
I've got a directory and I'd like to monitor (output to shell) when a file inside that directory get's a file lock and when it ...
2
votes
1answer
117 views
Is there a way to determine which process creates a file on osx 10.6.8
I would like to know which process has created files on os X 10.6. I'm trying DTrace, which probably will give the right answer, but I have not eyes to see the method. I'm doing this because I think ...