Timeout

TIMEOUT(1) - General Commands Manual

Signal, Kill, Timeout

TIMEOUT(1) - General Commands Manual # TIMEOUT(1) - General Commands Manual NAME # timeout - run a command with a time limit SYNOPSIS # timeout [-fp] [-k time] [-s signal] duration command [arg …] DESCRIPTION # The timeout utility executes command and kills it if it is still running after the specified duration. If duration is 0, the timeout is disabled. The options are as follows: -f, –foreground Do not propagate the timeout signal to children processes. ...