摘要: 知道端口号,如何查看应用位置 [root@localhost sbin]# netstat -nlp |grep 8080 tcp 0 0 :::8080 :::* LISTEN 2357/java [root@localhost sbin]# netstat -nlp |grep 8080 tcp 阅读全文
posted @ 2017-08-16 14:26 Mr..Chen 阅读(1475) 评论(0) 推荐(0) 编辑