我有一个脚本,它使用openssl的s_client命令为大量主机提取证书.由于防火墙,其中一些主机将不可避免地无法访问.是否可以将s_client超时设置为比默认值短得多的值?我在手册页/帮助文件中没有看到一个.
那个或某种包装命令会在X秒后自动杀死openssl -s_client.
如果可能的话,我宁愿不预先测试主机/端口的可用性.
使用GNU coreutils包中的timeout命令.
原文链接:https://www.f2er.com/bash/385954.htmltimeout <time> <command>
或者,查看仅针对bash的第一个响应this archived blog post.