Linux查看端口占用狀況

 

 

lsof -i:8080grep

 

ps -aux | grep pid 查看ps

 

 

netstat -apn | grep 8080

相關文章
相關標籤/搜索