linux:
查看9090端口:
netstat -antup | grep 9090
查看30658进程:
ps aux | grep 30658
mac:
查看9090端口:
netstat -an | grep 9090
lsof -i:9090
查看30658进程:
ps aux | grep 30658
查看9090端口:
netstat -antup | grep 9090
查看30658进程:
ps aux | grep 30658
查看9090端口:
netstat -an | grep 9090
lsof -i:9090
查看30658进程:
ps aux | grep 30658
评论 (0)