close
利用netstat -anpt
可察看使用網路的程式 pid port
lsof -i protocol:port -n 可察看單一條件
ex:lsof -i TCP:21 -n
查找到pid後 再kill 去釋放掉
全站熱搜
利用netstat -anpt
可察看使用網路的程式 pid port
lsof -i protocol:port -n 可察看單一條件
ex:lsof -i TCP:21 -n
查找到pid後 再kill 去釋放掉