Man page - ofl(1)
Packages contas this manual
- aumeta(1)
- pegrep(1)
- hxtools(7)
- bin2c(1)
- recursive_lower(1)
- mailsplit(1)
- ofl(1)
- psthreads(1)
- rezip(1)
- declone(1)
- qtar(1)
- peicon(1)
- ssa2srt(1)
- checkbrack(1)
- bsvplay(1)
- pcmdiff(1)
- pcmmix(1)
- mod2opus(1)
- diff2php(1)
- rot13(1)
- qplay(1)
- logontime(8)
- fd0ssh(1)
- spec-beautifier(1)
- ldif-duplicate-attrs(1)
- vcsaview(8)
- sourcefuncsize(1)
- hcdplay(1)
- clock_info(1)
- pesubst(1)
- wktimer(1)
Package: hxtools
apt-get install hxtools
apt-get install hxtools
Manuals in package:
Documentations in package:
Manual
| ofl(1) | hxtools | ofl(1) |
Name
ofl — open file lister
Syntax
ofl [-P] [-k signalspec] path[...]
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.
Options
- -k signalspec
- Send the given signal to all processes that match.
- -P
- Show only the PIDs of the processes that matched.
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.
See also
hxtools(7)
| 2008-11-01 | hxtools |