shell终止卡住的 railsOctober 13, 2020我想终止在特定 port 上运行的 rails。 (我的笔记本上跑着好几个 rails 服务器。) kill -9 $(lsof -i :3000|grep ruby|head -1|awk '{print $2}')