fuser: add page (#18093)

Add `fuser.md` for osx.
This commit is contained in:
DNEGEL3125
2025-09-22 12:41:37 +08:00
committed by GitHub
parent 3aa9d95cd5
commit 0ea476a359
+12
View File
@@ -0,0 +1,12 @@
# 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}}`