linux 查看端口进程,杀死进程
1:
先查看该端口是哪个进程占用了
[root@localhost /]# kill -9 22451[root@localhost /]# lsof -i:80
?