in reply to Re: Detecting An Open File
in thread Detecting An Open File

Sorry about that, Solaris (Sparc, not that that part matters).

Replies are listed 'Best First'.
Re: Re: Re: Detecting An Open File
by blue_cowdawg (Monsignor) on Jul 21, 2003 at 18:19 UTC

    /etc/fuser will tell you what PID has the process open.


    Peter L. BergholdBrewer of Belgian Ales
    Peter@Berghold.Netwww.berghold.net
    Unix Professional
      Yeah, I already considered that (see my question), thanks though.