Tag: open

List of Open Files

Display a list of files opened by processes lsof -p NUMBER

Find Open File in a Given Directory

Find the process that’s opened the file from a specified directory. You can use this if you cannot unmount a…