我想在linux中运行一个具有50s.Below时间限制的shell脚本。
代码语言:javascript复制 timeout 50s sudo sh my-script.sh但是我有AIX服务器,我想在上面的脚本上运行,时间限制为50 seconds.So,我在AIX中运行了相同的命令,但是它给了我
代码语言:javascript复制 timeout command not foundAIX中是否有类似的超时命令?
我想在linux中运行一个具有50s.Below时间限制的shell脚本。
代码语言:javascript复制 timeout 50s sudo sh my-script.sh但是我有AIX服务器,我想在上面的脚本上运行,时间限制为50 seconds.So,我在AIX中运行了相同的命令,但是它给了我
代码语言:javascript复制 timeout command not foundAIX中是否有类似的超时命令?