timeout可以实现当一个命令在规定时间内不返回就强制返回的功能 + 杀毒安装ClamAV

Posted littlevigra

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了timeout可以实现当一个命令在规定时间内不返回就强制返回的功能 + 杀毒安装ClamAV相关的知识,希望对你有一定的参考价值。

[[email protected] ~]# cat telnetport.sh 
#!/bin/bash
Port=25223
timeout 2 ssh [email protected] "telnet   61.146.164.67  $Port " > /tmp/telnet$Port.txt
timeout 2 ssh [email protected] "telnet   61.146.164.67  $Port " >> /tmp/telnet$Port.txt
timeout 2 ssh [email protected] "telnet   61.146.164.67  $Port " >> /tmp/telnet$Port.txt



result=`grep -c ‘Escape‘ /tmp/telnet$Port.txt`
if [[ $result != 3 ]];then
	echo "problem"
        curl -d  "token=21bd1fb7f4fe5bbe86b5a03a9874c9061d144&room_name=22d13a924daf805b1&chat_im_users=&chat_content=from XIAOWEI test for alert" http://172.16.10.7:45101/outer/common/chat/room/sendmessage
       
fi
参考:Telnet  https://blog.csdn.net/weixin_39845407/article/details/81486041
Linux杀毒 https://blog.csdn.net/weixin_39845407/article/details/81780125

以上是关于timeout可以实现当一个命令在规定时间内不返回就强制返回的功能 + 杀毒安装ClamAV的主要内容,如果未能解决你的问题,请参考以下文章

SET 在批处理文件中的循环内不起作用[重复]

AngularJs $interval 和 $timeout

Connection Timeout和Command Timeout

Python subprocess + timeout的命令执行

Linux下timeout命令

ext中submit提交怎么设置timeout没用?