You can use
crontab -l
to show the existing cron job.
You can also use
crontab -e
to configure it.
the job definition can be divided into two part. One part is the time schedule definition. You can specify the year/month/day/weekday/hour/minute/second. One part is program definition. It is same as your command line, such as java -jar run.jar.
eldeo, on Nov 7 2004, 07:44 AM, said:















