Linux根据占用的端口号来关闭相应的进程的shell脚本写法。 kill -9 $(lsof -i:22 |awk '{print $2}' | tail -n 2) 经试验可以正常使用来源网址:http://bbs.chinaunix.net/thread-3767801-2-1.html