Fuser (Unix)
The Unix command fuser is used to show which processes are using a specified computer file, file system, or Unix socket. == Example == For example, to check process IDs and users accessing a USB drive: The command displays the process identifiers (PIDs) of processes using the specified files or file systems.