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.
cloud engineer
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/ |
fuser /etc/apache/ fuser /home/john/
Verbose.
fuser /data/exports/ -v |
fuser /data/exports/ -v
Check out the fuser man page.