AJ Morand wrote:

> is there a way to clear a port  (tcp / udp)
> is there a command that you can just call to clear whatever is hung there

        fuser -k -n tcp $port

should kill all processes which have an open descriptor which
corresponds to that port.

-- 
Glynn Clements <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to