Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 229 Bytes

File metadata and controls

11 lines (7 loc) · 229 Bytes

Determine Which Process Is Using a File

We can use lsof command to determine which process is using a file.

Usage

lsof file/path

Source: Unix - StackExchange