linux fuser
Who is accessing a particular directory? There’s a Linux command called fuser which will tell you who’s running processes in that directory.
fuser /etc/apache/
fuser /home/john/
Verbose.
fuser /data/exports/ -v
Check out the fuser man page.