The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: schedule tasks
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-08-2008
bill.zheng bill.zheng is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 5
Quote:
Originally Posted by tjay83 View Post
As far as I know
Crontab is the utulity to schedule tasks to run at specific times.Is there any utility to perform the same task
How about write a daemon and run your task periodly?