logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       Lists all processes that have directories or files open or in use within path. Additionally it can send a
       signal to these processes to free up a mountpoint for example.

Differences To Lsof/Fuser

       •   `lsof  /home/user`  and  `fuser  /home/user`  would not list processes that have a descriptor open on
           /home/user/subdir.

       •   `fuser -m /home/subdir` would automatically go down to the root of a vfsmount (e.g. /home)  and  list
           all processes, instead of limiting to /home/subdir.

Name

       ofl — open file lister

Options

-ksignalspec
              Send the given signal to all processes that match.

       -P     Show only the PIDs of the processes that matched.

See Also

hxtools(7)

hxtools                                            2008-11-01                                             ofl(1)

Syntax

ofl [-P] [-ksignalspec] path[...]

See Also