Files
tldr/pages/osx/fuser.md
T
DNEGEL3125 0ea476a359 fuser: add page (#18093)
Add `fuser.md` for osx.
2025-09-22 10:11:37 +05:30

339 B

fuser

Display process IDs currently using files. More information: https://keith.github.io/xcode-man-pages/fuser.1.html.

  • Show PIDs of processes accessing a file or directory:

fuser {{path/to/file_or_directory}}

  • Show PIDs and usernames of processes accessing a file or directory:

fuser -u {{path/to/file_or_directory}}