Which process has opened a particular file?

Find the process that has opened a specific file

Run this query

To run this query, you can use the following command:

anyquery run which_process_has_opened_a_particular_file <file_path>

Arguments

File Path

The full path of the file to search for

Additional informations

Source code Author

Tip

You can limit the number of results returned by a query using the --limit flag. For example, to limit the results to 10 rows, run anyquery run --limit 10.