Linux查看程序端口占用情况

查看服务是否启动 ps -aux | grep tomcat

查看端口是否占用 netstat –apn | grep 8080

原文地址:https://www.cnblogs.com/tiandsp/p/7467910.html