Schedule tasks
Hi every one,
I am new to linux, there are a number of task schedule which works fine but when i check the crontab there is no single entry exists about any of the tasks. the following is the output of crontab.
[oracle@hdbsrv2 etc]$ vi crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
~
Please give me any idea that from where else my task are schedule.
Regards
Muhammad
I am new to linux, there are a number of task schedule which works fine but when i check the crontab there is no single entry exists about any of the tasks. the following is the output of crontab.
[oracle@hdbsrv2 etc]$ vi crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
~
Please give me any idea that from where else my task are schedule.
Regards
Muhammad
0