644 resides on the cron file with root owner and root
group.

Not executable as it's 644.

I'd expect it's run as root since I just dropped the
file in there (created it in there and set
permissions), although a "crontab -l -u root" doesn't
show it listed, looking in /var/log/cron it does get
loaded but the commands don't seem to get executed. I
tested this by cron'ing:

* * * * * ls /proc >> /tmp/proc

and by running the above as a script like:

* * * * * /root/listproc.sh

the file wasn't created.

Michael.

--- Mark Neidorff <[EMAIL PROTECTED]> wrote:
> Check permissions.  Who owns the file.  Is it
> executable?  Whose cron is 
> it run from?
> 
> Mark
> 
> On Wed, 11 Jun 2003, Michael Mansour wrote:
> 
> > Hi,
> > 
> > I'm trying to make use of this directory, as it's
> my
> > understanding that cron drop files fro
> applications
> > are placed in here and they should be the same
> format
> > as those that would normally be placed in
> > /etc/crontab.
> > 
> > However I do this, and verify they are
> successfully
> > loaded in /var/log/cron, yet they don't run when.
> > 
> > What am I doing wrong?
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to