• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Linux Fuser

August 6, 2020

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.

Filed Under: Linux Tagged With: directory, fuser, processes, running, who

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023