Appearance
netstat -np
lsof -np $pid
找到对应socket的文件描述符(FD列)
gdb -p $pid
call close($fileDescriptor) quit
https://superuser.com/questions/127863/manually-closing-a-port-from-commandline?answertab=active#tab-top