Tuesday, March 20, 2007

To run scheduled tasks in Unix.

Use crontab.
for most users:
crontab -e
crontab file syntax:
min1[,min2,...] * * * * command

Or edit the /etc/crontab file.

No comments: