1ofl(1) hxtools ofl(1)
2
3
4
6 ofl — open file lister
7
9 ofl [-P] [-k signalspec] path[...]
10
12 Lists all processes that have directories or files open or in use
13 within path. Additionally it can send a signal to these processes to
14 free up a mountpoint for example.
15
17 -k signalspec
18 Send the given signal to all processes that match.
19
20 -P Show only the PIDs of the processes that matched.
21
23 · `lsof /home/user` and `fuser /home/user` would not list processes
24 that have a descriptor open on /home/user/subdir.
25
26 · `fuser -m /home/subdir` would automatically go down to the root of
27 a vfsmount (e.g. /home) and list all processes, instead of limiting
28 to /home/subdir.
29
31 hxtools(7)
32
33
34
35hxtools 2008-11-01 ofl(1)