[CentOS] Exists some problem with cronjobs under CentOS7

Tue Oct 13 17:49:42 UTC 2015
m.roth at 5-cent.us <m.roth at 5-cent.us>

zep wrote:
> On 10/13/2015 09:54 AM, C. L. Martinez wrote:
>> I haven't entries in conrtab's users file at this moment, but I have
>> done a test: * * * * * ls -la, and it is not triggered. But like I say
>> before, installed system cronjobs like logwatch task are not triggered
>
> I'd say that crontab doesn't actually prove that the job isn't being
> triggered, it just proves there's an email config/sending/something
> problem.
>
> if you change that to to something like
>
> * * * * * touch /var/tmp/cron-test-file
>
> does it create and keep changing the date on the file?
>

Dumb question: is there anything in /etc/cron.*?

    mark