Review: The Linux Programming Interface
Review: The Linux Programming Interface
Posted Jan 27, 2011 14:14 UTC (Thu) by renox (guest, #23785)In reply to: Review: The Linux Programming Interface by RobSeace
Parent article: Review: The Linux Programming Interface
> that if it were holding a TCP port# instead? Do you complain that you can't "rm" listening TCP ports, too?
        
I had this need in one of our application, to workaround an issue I had to use a small tool which can 'force close' a 'listening TCP ports', having the possibility to 'rm' listening TCP ports would have been much more easy.
           