Hello..
Is there anyway to check if some processes are reading one file?
Id use inotify, but my kernel is 2.6.9, so it doesnt work.
-k-
Hello..
Is there anyway to check if some processes are reading one file?
Id use inotify, but my kernel is 2.6.9, so it doesnt work.
-k-
Try the "fuser" command.
Hello..
well, I tried lsof, lstat, fuser but maybe I didnt find proper options for them to follow the file "realtime".
-k-