Name

sleep - Suspend execution for an interval

Syntax

sleep time

Description

Sleep suspends execution for time seconds. It is used to execute a command after a certain amount of time as in:

sleep 105; command

Note

Non-root processes cannot suspend execution for more than 600 seconds (ten minutes).