一:切换管理员权限:

su root

二: 在管理员权限下查看被占用端口的进程:

netstat -tunlp | grep 端口号

三: 杀死命令:

kill -9  进程id