The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 02-22-2008
kpearson's Avatar
kpearson kpearson is offline
Registered User
 

Join Date: Nov 2006
Location: Lehi, Utah, USA
Posts: 15
My first thought was using sleep, too, but he is.

Code:
sleep 600
So, maybe that long of a sleep is giving the CPU fits? when I had this problem before, and wasn't using a sleep command, I solved it using sleep 1 which gave the CPU plenty of time to catch up on other things.

I can't imagine a company setting a policy against using one of the most powerful friends a sysadmin has. Amazing what people do.... But, I've an open mind. Convince me that prohibiting the use of cron is a good idea.
Reply With Quote