/*************************查看某个端口xxxx占用情况
netstat -apn | grep xxxx
/*************************KILL某个端口xxxx
kill -9 xxxx
/*************************查看某个进程xxx占用端口
ps -aux|grep xxx
/*************************
/*************************查看某个端口xxxx占用情况
netstat -apn | grep xxxx
/*************************KILL某个端口xxxx
kill -9 xxxx
/*************************查看某个进程xxx占用端口
ps -aux|grep xxx
/*************************