Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的脚本用例是,我想从本地系统检查远程端口是否正在侦听。
预期行为:
如果端口正在侦听,则返回“正在侦听”
如果端口上没有进程正在运行,则返回 ' open '
如果端口被 firewalld 阻止,则返回 ' blocked '。
我尝试检查套接字中的返回码,但代码不一致。我得到了 103、103、113 等的组合。