cmd查找端口命令_如何查找使用端口的命令

cmd查找端口命令

Sometimes when developing multiple applications at once, or trying out demos, I end up with multiple programs running on different ports on my computer: 3000, 3001, 1313, and so on.

有时候,一次开发多个应用程序时,或尝试演示,我结束了在我的电脑上的不同端口上运行多个程序: 300030011313 ,等等。

If I don’t pay close attention, I might forget which application is running on a specific port.

如果我不密切注意,我可能会忘记哪个应用程序正在特定端口上运行。

How can we determine which program is listening on a port?

我们如何确定哪个程序正在监听端口?

The lsof command helps us do that!

lsof命令可以帮助我们做到这一点!

Running

跑步

lsof -i :1313

Will tell me the command that’s currently listening on port 1313:

将告诉我当前正在侦听端口1313的命令:

COMMAND  PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
hugo    8698 fla 4764u  IPv4 0xc72ca30d18e45ef9      0t0  TCP localhost:bmc_patroldb (LISTEN)

In this case it’s the hugo command, with PID 8698.

在这种情况下,它是带有PID 8698的hugo命令。

If I want to terminate that program, I can just run kill 8698.

如果要终止该程序,可以运行kill 8698

翻译自: https://flaviocopes.com/command-using-port/

cmd查找端口命令

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值