gpt4 book ai didi

terminal - 通过终端持续监听tcp端口

转载 作者:行者123 更新时间:2023-12-04 13:04:12 26 4
gpt4 key购买 nike

是否可以连续监听端口?

我使用以下命令监听传入的 tcp 通知

sudo nc -l -p 999

但是一旦通知到达,我就必须使用相同的命令重新启动监听。是否可以在通知到达时无需重新启动命令就可以监听端口,直到用户决定中止监听?

最佳答案

有点过时的问题,但首先出现在我的谷歌搜索中。

为了让 netcat 在收到第一个连接后不立即关闭,您可以添加 -k选项。

来自男人:

-k Forces nc to stay listening for another connection after its current connection is completed. It is an error to use this option without the -l option.



来源: https://superuser.com/a/708133/410908

关于terminal - 通过终端持续监听tcp端口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35840891/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com