linux 查看端口占用并如何关闭占用端口的进程 查看端口 netstat -tunlp 查看某端口 netstat -tunlp|grep 6379 杀死进程 小心别 输入错了 kill -9 2970