- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- software for open port checking
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:12 AM
03-19-2002 12:12 AM
Is there any free ware using for open port checking ? I have heard that there is one software call LSOF (List Open Files). Where I can download it ?
Thks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:16 AM
03-19-2002 12:16 AM
Re: software for open port checking
netstat -na | more
will tell you the status of the ports check out the man page
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:24 AM
03-19-2002 12:24 AM
SolutionHere is the link
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.61/
One other product you may like to have a look at and that is 'nmap', have a look here:
www.insecure.org/nmap
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 02:13 AM
03-19-2002 02:13 AM
Re: software for open port checking
you can get lsof from the Software Porting Center. The german mirror is at http://hpux.asknet.de.
Also you could use a portscanner like nmap to check for open ports. nmap is also available at the porting center in precompiled binaries for HP-UX 10.20 and 11.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 03:11 AM
03-19-2002 03:11 AM
Re: software for open port checking
you may find the hp-ux porting center also at
http://hpux.cs.utah.edu/
But afaik the lsof version you can download at the porting center is only for 32 bit systems. So you may have to download the sourcecode an recompile it on your machine.
You also may use "nmap" to scan for accessible network ports.
Heiner