📜  如何关闭套接字 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:04.495000             🧑  作者: Mango

代码示例1
sudo netstat -ap | grep : 
  
#The second line will contain the process id. e.g: 7838/python3 (7838 is the pid)
kill