Re: Query regarding cron jobs
- From: m.roth@xxxxxxxxx
- Date: Thu, 29 Sep 2011 09:13:56 -0400
Ankit Mahawar wrote:
The script is getting executed a few times when scheduled through cron
The probability of successful execution is 6/10.
How long does it run? Are you sure that one isn't running so long that
cron doesn't start the next?
<snip>
Are you using complete paths in your script? Your path in an interactive
shell and the one supplied by cron may be different.
Path is from the root dir.
Do you mean /, or /root/? Put an env statement in the script, and have
that print it to a file, then examine your paths.
<snip>
How can we print the entries in /etc/cron.d through commnad line as it
not showing any entries crontab -l as the entry in /etc/cron.d is for
root user .
You clearly don't understand what we're asking/telling you. I've never
used cron.d; either I set up a cron job via crontab - and you can *allow*
or disallow any user from having a crontab, or it's in /etc/cron.hourly,
/etc/cron.daily, /etc/cron.weekly, or /etc/cron.monthly.
mark "and the pipe sign - "|", means "or""
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- Re: Query regarding cron jobs
- From: Ankit Mahawar
- Re: Query regarding cron jobs
- References:
- Query regarding cron jobs
- From: Ankit Mahawar
- Re: Query regarding cron jobs
- From: Barry Brimer
- Re: Query regarding cron jobs
- From: Ankit Mahawar
- Query regarding cron jobs
- Prev by Date: Re: Query regarding cron jobs
- Next by Date: Re: Query regarding cron jobs
- Previous by thread: Re: Query regarding cron jobs
- Next by thread: Re: Query regarding cron jobs
- Index(es):
Relevant Pages
|