Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: lsof equivalent on HP-UX

Re: lsof equivalent on HP-UX

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Thu, 23 Jun 2005 09:00:56 +0000
Message-Id: <1119517256l.4734l.0l@medo.noip.com>

On 06/23/2005 03:11:53 AM, Prem wrote:
> Friends,
>
> On HP-UX (B.11.11) , is there any command that can give me the
> output of files list open by a process ? Any suggestion would be
> of great help.
>
> As what "lsof" does on linux .
>
> TIA.
I would try lsof. lsof is not just a linux tool. You can find it on: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/binaries/hpux

Alternatively, if you have a C compiler, you can compile it from the source: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof That is the recommended way of doing things.

-- 
Mladen Gogala
Oracle DBA


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 23 2005 - 05:06:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US