More Technical Help

Saturday, April 30, 2011

What is Cron

Cron is a unix, solaris utility that allows tasks to be automatically run in the background at regular intervals by the cron daemon

Crontab Commands :

crontab -e    Edit your crontab file, or create one if it doesn’t already exist.
crontab -l      Display your crontab file.
crontab -r      Remove your crontab file.

0 comments:

Post a Comment