Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!zorba!dtynan From: abe@mace.cc.purdue.edu (Vic Abell) Newsgroups: comp.unix Subject: Re: how to see which files are open? Message-ID: <3565@zorba.Tynan.COM> Date: 7 Mar 90 23:43:18 GMT References: <3549@zorba.Tynan.COM> Sender: dtynan@zorba.Tynan.COM Organization: Purdue University Lines: 8 Approved: dtynan@zorba.Tynan.COM In article <3549@zorba.Tynan.COM> paul@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.