- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: netstat -na command
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
07-03-2001 06:43 AM
07-03-2001 06:43 AM
netstat -na command
using command "netstat -an" I can find out my active network connection, but can anybody tell me how to find the UNIX process that corespond to the network session?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 06:48 AM
07-03-2001 06:48 AM
Re: netstat -na command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 07:03 AM
07-03-2001 07:03 AM
Re: netstat -na command
Please download lsof from the following site : ftp://vic.cc.purdue.edu/pub/tools/unix/lsof
Here you can get the binaries for both 32 bit and 64 bit , simple installation adn you get nice result to what you are looking for.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 08:19 AM
07-03-2001 08:19 AM
Re: netstat -na command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 09:40 AM
07-03-2001 09:40 AM
Re: netstat -na command
inetd does not really control much of anything. it is there merely as a convenience - it is able to act as the parent for services written to use it and i think had its origins in the desire to keep the number of processes to a minimum. all inetd does is listen for a request on a registered service and spawn the server to handle that request (connection).
while it is true that a port assigned to an app being run as a child of inetd cannot be used for something else, saying that inetd "controls" protocols and such is a bit strong. one cannot for example shut-off all TCP through inetd for all practical purposes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 11:00 AM
07-05-2001 11:00 AM
Re: netstat -na command
Here is a lsof for 10.20.
Regards...
Abel Berger