linux查询tomcat 8080端口占用,并杀死进程
netstat-apn|grep8080
[root@centos122bin]#netstat-apn|grep8080查看8080端口占用
tcp00:::8080:::*LISTEN11421/java
tcp10020::ffff:10.0.1.122:8080::ffff:10.0.1.180:65000CLOSE_WAIT-
tcp10::ffff:10.0.1.122:8080::ffff:10.0.1.34:53560CLOSE_WAIT-
tcp10020::ffff:10.0.1.122:8080::ffff:10.0.1.180:49234CLOSE_WAIT-
tcp10010::ffff:10.0.1.122:8080::ffff:10.0.1.180:49254ESTABLISHED-
[root@centos122bin]#kill-911421杀进程
相关推荐
tchonggang 2015-08-12
jmdvirus 2015-08-12
Will0 2010-10-29
secondid 2010-08-23
LUOPING0 2010-02-09
pointfish 2009-12-19
helencoder 2011-05-03
zgxzowen 2007-10-08
onlykg 2012-08-15
secondid 2019-06-06
shukezheng 2018-09-09
Nicolase 2018-07-13
oraclestudyroad 2011-11-12
hepeng 2010-11-10
hellowillness 2008-06-25
结果因为如果诞生 2009-07-12