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: Unix File Open & Port Open

RE: Unix File Open & Port Open

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Thu, 31 May 2001 11:07:03 -0700
Message-ID: <F001.00316071.20010531094056@fatcity.com>

I like lsof for this purpose. You can see which processes have which filehandles and ports open to which hosts. It is an excellent utility.

ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/README

--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

On Thu, 31 May 2001, Mohan, Ross wrote:


> you could also look into using
> the /proc filesystem.
>
> that's what it's there for....sorry, but
> this'll be another RTFM drill, I don't
> have my unix web site available for easy
> clicking.
>
> || -----Original Message-----
> || From: Kevin Lange [mailto:kgel_at_ppoone.com]
> ||
> || You might try the netstat and the fuser commands.
> ||
> || I believe netstat -a will give you all the ports in use and
> || fuser will tell
> || you what processes have the files open in the current directory.
> ||
> || -----Original Message-----
> ||
> || This is an off topic, UNIX question.
> ||
> || Can any one please tell me how to get the Unix File Open and
> || Port Open in
> || SCO or AIX, or SUN? I am not sure whether they are part of
> || sar output, so
> || please help. I am not sure whether I can get this kind of
> || information.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Thu May 31 2001 - 13:07:03 CDT

Original text of this message

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