uname -a
cat /proc/version
cat /etc/issue 或cat /etc/redhat-release
查询9090端口进程 netstat -anp | grep "9090"
结束进程 kill -9 pid
date