查看Linux服務器上面相關端口是否打開,java
netstat -an |grep 22 |grep LISTEN
查看java web應用開的端口web
lsof -i -P | grep LISTEN |grep java