Hi All
   I  have some doubts with crontab 
I want my crontab to execute a script “test”  at the
interval of one minutes 
I had kept the crontab entry as 
1 * * * *  /test/test


  but  using this entry , I found out the script
executes only on interval of  one hour , ie it runs at
1 minute pass , each hour 
I need guidance on 
Now  to execute the script at the interval of every
minutes  should I give entry as 
*/1 * * * * /test/test
  or
* * * * *  /test/test
                      Thanks 
                              Joseph John 


                
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/dubailug/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to