Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open sockets in UNIX

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello everybody,

I need to know if a socket can be closed in UNIX.

Example.

netstat -na lists established sockets in the system.
How would I disable them or close an opened socket with its ip and port number or is there any other way to do this.

Thanks
 
You would need to locate the daemon or application that has the socket open and shut it down. Do you have any particular socket in mind?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top