timeout Command Examples

Run a command with a time limit. More information: https://www.gnu.org/software/coreutils/timeout.

timeout 3s sleep 10

timeout --signal {{INT|HUP|KILL|...}} {{5s}} {{sleep 10}}

timeout --verbose {{0.5s|1m|1h|1d|...}} {{command}}

timeout --preserve-status {{1s|1m|1h|1d|...}} {{command}}

timeout --kill-after={{5m}} {{30s}} {{command}}