# fuser > Display process IDs currently using files. > More information: . - 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}}`