2021年10月23日的文章

Linux下查看进程和端口信息-创信博客

Linux下查看进程和端口信息

ps -ef | grep tomcat 2、根据进程id查看进程占用端口,查看对应端口为8080(如果没有netstat命令,使用 yum  -y  install  net-tools安装) netstat -nap | grep 1095 3、根据端口查看对应...
歌笙.的头像-创信博客钻石会员歌笙.2021年10月23日
07760