1753638 Members
5292 Online
108798 Solutions
New Discussion юеВ

finding used ports

 
SOLVED
Go to solution
Rita D'Elia_1
Occasional Contributor

finding used ports

What is the HP-UX 11i command to show ports being used?
3 REPLIES 3
Scott Palmer_1
Trusted Contributor

Re: finding used ports

netstat -a | more

will show you everyting, maybe too much

Regards
Scott Palmer
Hazem Mahmoud_3
Respected Contributor
Solution

Re: finding used ports

netstat -a | grep

-Hazem
A. Clay Stephenson
Acclaimed Contributor

Re: finding used ports

netstat -a or you can download a very useful tool (lsof, list open files) that will display ports plus much more.

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/
If it ain't broke, I can fix that.