Submitted Questions

  • Sleep and Wait in Linux

    What is the difference between Sleep and Wait in Linux ?

    Anand Trimbake

    • Nov 22nd, 2011

    The wait command man page simply states that it pauses script execution until a specified process ID completes.

    The man page for the sleep command is a single line stating that it causes a script to pause for specified period of time.