一、使用lsof
用法:
lsof -i:port
# 例:lsof -i:8080
备注:当前用户需要拥有lsof命令的权限
二、使用netstat
netstat -anp | grep port
# 例:netstat -anp | grep 8080
用法:
lsof -i:port
# 例:lsof -i:8080
备注:当前用户需要拥有lsof命令的权限
netstat -anp | grep port
# 例:netstat -anp | grep 8080