Hi,
I have submitted a cron job to run every minute. I don't know if it is running or not.
Is there a way I can check that. Do I have to do something after submitting a job to make it run.
The line I added into crontab is
1 * * * * /usr/sbin/ntpdate -s -b -p 8 -u x.x.x.x
(where x.x.x.x is an IP address)
Please help
Thanks
I have submitted a cron job to run every minute. I don't know if it is running or not.
Is there a way I can check that. Do I have to do something after submitting a job to make it run.
The line I added into crontab is
1 * * * * /usr/sbin/ntpdate -s -b -p 8 -u x.x.x.x
(where x.x.x.x is an IP address)
Please help
Thanks