1. 开放端口命令: /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT2.查看java进程: ps -ef|grep java|grep -v grep适合用于centos6