美文网首页
linux限定进程执行时长的方法

linux限定进程执行时长的方法

作者: flamexyz | 来源:发表于2019-02-26 11:35 被阅读0次

    最近使用hydra,发现对于异常主机,它会无限次的进行尝试,无法自行结束。
    使用timeout命令:

    timeout 1s ./myProgram 
    

    You can use s, m, h or d for seconds (the default if omitted), minutes, hours or days.

    相关文章

      网友评论

          本文标题:linux限定进程执行时长的方法

          本文链接:https://www.haomeiwen.com/subject/xpfayqtx.html