Linux查看程序端口占用情况

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

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

posted @ 2017-09-02 21:15  Dsp Tian  阅读(746)  评论(0编辑  收藏  举报