gpt4 book ai didi

linux - 在 bash 脚本中检查远程端口状态

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:47:39 29 4
gpt4 key购买 nike

<分区>

在脚本继续之前,我需要在 bash 脚本中检查远程服务器上的端口。我在这里和互联网上搜索,但找不到适合我的答案。

我使用的是 RHEL 7.2 虚拟机,所以我没有 -z nc 中的参数命令或 /dev/tcp/事物。还有 nc remote.host.com 1284 < /dev/null不工作,因为每次我得到退出代码 1。

基本上我需要这样的东西:

/bin/someting host port

if [ $? -eq 0 ]; then
echo "Great, remote port is ready."
else
exit 1
fi

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