An application may be binding multiple sockets to a specific port,how can I get those sockets command line?
|
feedback
|
|
lsof will also provide you with information about open sockets:
| |||||
feedback
|
|
Netstat can provide you this information :
Output shortened for clarity. | |||||
|
feedback
|
|
If you are using *bsd system (I don't know if it exist for linux and other *nix), there is this socksat command, which does what you are looking for. | |||
|
feedback
|