我在Ubuntu系统上安装hadoop。当我启动它时,它报告端口9000繁忙。
我用了:
netstat -nlp|grep 9000
看看是否存在这样的端口,我得到了:
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN
但是,如何获取正在保存的进程的PID?
看到这个wilddiary.com/find-the-process-using-a-given-port
—
Drona
在SU上回答– 查找在Linux中使用某个端口的进程
—
Piotr Dobrogost
netstat
该命令可能在许多操作系统中都可以使用,您只需找到可以确保它将在每个已知打开的端口上显示pid的参数即可。