how to see which files are open?
Vic Abell
abe at mace.cc.purdue.edu
Thu Mar 8 09:43:18 AEST 1990
In article <3549 at zorba.Tynan.COM> paul at unhtel.uucp (Paul S. Sawyer) writes:
>> There must be a way to see what processes have which
>> files open but nothing sprang to my eye when I did a 'man -k' of "files",
>> "open", and "table".
Try fstat or ofiles from comp.sources.unix. Fstat is number 56 in volume
18; ofiles is number 57 in volume 18. Both require access to /dev/mem, so
they must be installed set[gu]id or run from root.
More information about the Comp.unix
mailing list