Linux系统进程操作2020-01-09 本文已影响0人 Geroge1226 1、根据端口号结束进程 查看端口对应的进程,然后kill -9 pid 杀掉进程 netstat -nap | grep port 2、根据进程查看端口号 netstat -nap | grep pid