Find out who is accessing the current directory with lsof
Is there a more simple alternative to this?
lsof -FL -O -L -n +D . | grep -v "^p" | cut -dL -f 2 | less | sort -u